feat: add default to custom transition
This commit is contained in:
parent
ff5ee515f9
commit
1977a7bee0
@ -6,9 +6,11 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
defineProps<{
|
withDefaults(defineProps<{
|
||||||
name: 'flash-background' | 'fade' | 'width' | 'modal'
|
name?: 'fade' | 'flash-background' | 'width' | 'modal'
|
||||||
}>()
|
}>(), {
|
||||||
|
name: 'fade',
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user