Skip to content

Commit

Permalink
chore: fix toast story
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Sep 7, 2023
1 parent 50cd0a5 commit 7d0afe8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/components/toast/src/stories/ToastDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import PauseResumeProps from './PauseResumeProps.vue'
import Animated from './Animated.vue'
import Cypress from './Cypress.vue'
import Chromatic from './Chromatic.vue'
import Styled from './Styled.vue'
withDefaults(defineProps<IToastProps>(), {})
const VIEWPORT_PADDING = '20px'
Expand All @@ -17,9 +18,9 @@ export interface IToastProps {

<template>
<div>
<!-- <template v-if="template === 'Styled' || allshow">
<template v-if="template === 'Styled' || allshow">
<Styled />
</template> -->
</template>

<template v-if="template === 'Controlled' || allshow">
<Controlled />
Expand Down

0 comments on commit 7d0afe8

Please sign in to comment.