Browse Source

no message

xiaochan 1 năm trước cách đây
mục cha
commit
ff62438141
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/data-base/DataBase.vue

+ 2 - 2
src/views/data-base/DataBase.vue

@@ -19,8 +19,8 @@ const func = {
 
 
 const dialogRef = ref({})
 const dialogRef = ref({})
 
 
-async function user() {
-  dialogRef.value.openDialog()
+function user() {
+  dialogRef.value!.openDialog()
 }
 }
 
 
 const getMessage = e => {
 const getMessage = e => {