We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cd0a5 commit 7d0afe8Copy full SHA for 7d0afe8
packages/components/toast/src/stories/ToastDemo.vue
@@ -6,6 +6,7 @@ import PauseResumeProps from './PauseResumeProps.vue'
6
import Animated from './Animated.vue'
7
import Cypress from './Cypress.vue'
8
import Chromatic from './Chromatic.vue'
9
+import Styled from './Styled.vue'
10
11
withDefaults(defineProps<IToastProps>(), {})
12
const VIEWPORT_PADDING = '20px'
@@ -17,9 +18,9 @@ export interface IToastProps {
17
18
19
<template>
20
<div>
- <!-- <template v-if="template === 'Styled' || allshow">
21
+ <template v-if="template === 'Styled' || allshow">
22
<Styled />
- </template> -->
23
+ </template>
24
25
<template v-if="template === 'Controlled' || allshow">
26
<Controlled />
0 commit comments