restructure/src/components/Dialog/index.vue

7 lines
108 B
Vue
Raw Normal View History

2022-05-18 17:35:46 +08:00
<template />
<script setup>
import { useDialog } from 'naive-ui'
2022-05-24 09:09:30 +08:00
window['$dialog'] = useDialog()
2022-05-18 17:35:46 +08:00
</script>