unibest/src/layouts/demo.vue

8 lines
123 B
Vue
Raw Normal View History

<template>
2024-05-12 15:53:20 +08:00
<wd-config-provider>
<slot />
2024-05-12 15:53:20 +08:00
<wd-toast />
<wd-message-box />
</wd-config-provider>
</template>