<template />
<script setup>
import { useDialog } from 'naive-ui'
window['$dialog'] = useDialog()
</script>