lex 1 rok temu
rodzic
commit
292b2a8a7e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/o-dialog/index.tsx

+ 1 - 1
src/components/o-dialog/index.tsx

@@ -10,7 +10,7 @@ export default defineComponent({
       default: false
     },
     message: {
-      type: String as PropType<string | Element>,
+      type: String,
       default: ''
     },
     /**