test: ignore MkImgWithBlurhash
to avoid unstable snapshots
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div ref="root" :class="[$style.root, { [$style.cover]: cover }]" :title="title ?? ''">
|
<div ref="root" :class="['chromatic-ignore', $style.root, { [$style.cover]: cover }]" :title="title ?? ''">
|
||||||
<TransitionGroup
|
<TransitionGroup
|
||||||
:duration="defaultStore.state.animation && props.transition?.duration || undefined"
|
:duration="defaultStore.state.animation && props.transition?.duration || undefined"
|
||||||
:enterActiveClass="defaultStore.state.animation && props.transition?.enterActiveClass || undefined"
|
:enterActiveClass="defaultStore.state.animation && props.transition?.enterActiveClass || undefined"
|
||||||
|
Reference in New Issue
Block a user