build(deps): 依赖升级

This commit is contained in:
Soybean
2021-08-27 14:29:06 +08:00
parent ff24fda5ee
commit 97820a4ed0
4 changed files with 101 additions and 91 deletions

View File

@ -26,6 +26,13 @@ interface Action {
label: string;
}
defineProps({
code: {
type: String,
default: ''
}
});
const dialog = useDialog();
const notification = useNotification();
const message = useMessage();