Skip to content

Commit 7d0afe8

Browse files
chore: fix toast story
1 parent 50cd0a5 commit 7d0afe8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/components/toast/src/stories/ToastDemo.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import PauseResumeProps from './PauseResumeProps.vue'
66
import Animated from './Animated.vue'
77
import Cypress from './Cypress.vue'
88
import Chromatic from './Chromatic.vue'
9+
import Styled from './Styled.vue'
910
1011
withDefaults(defineProps<IToastProps>(), {})
1112
const VIEWPORT_PADDING = '20px'
@@ -17,9 +18,9 @@ export interface IToastProps {
1718

1819
<template>
1920
<div>
20-
<!-- <template v-if="template === 'Styled' || allshow">
21+
<template v-if="template === 'Styled' || allshow">
2122
<Styled />
22-
</template> -->
23+
</template>
2324

2425
<template v-if="template === 'Controlled' || allshow">
2526
<Controlled />

0 commit comments

Comments
 (0)