mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 04:03:42 +08:00
build(deps): 依赖升级
This commit is contained in:
@@ -26,6 +26,13 @@ interface Action {
|
||||
label: string;
|
||||
}
|
||||
|
||||
defineProps({
|
||||
code: {
|
||||
type: String,
|
||||
default: ''
|
||||
}
|
||||
});
|
||||
|
||||
const dialog = useDialog();
|
||||
const notification = useNotification();
|
||||
const message = useMessage();
|
||||
|
||||
Reference in New Issue
Block a user