feat: toast-provider and useToast initial
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<toast-provider>
|
||||
<div class="vp-raw flex align-center gap-2 flex-wrap flex-col">
|
||||
<toast-provider-example-child />
|
||||
</div>
|
||||
</toast-provider>
|
||||
</template>
|
||||
<script setup>
|
||||
import { ToastProvider } from '../../../../src/index'
|
||||
import ToastProviderExampleChild from './ToastProviderExampleChild.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user