This commit is contained in:
zhangchuanlong
2022-02-25 14:15:08 +08:00
11 changed files with 880 additions and 512 deletions

View File

@@ -1,5 +1,4 @@
<script setup name="TestDialog">
import { NButton } from 'naive-ui'
const handleDelete = function () {
$dialog.confirm({
content: '确认删除?',

View File

@@ -1,6 +1,4 @@
<script setup>
import { NButton } from 'naive-ui'
function handleLogin() {
$message.loading('登陆中...')
setTimeout(() => {