Explorar el Código

fix wierd bug

Michael Wang hace 3 años
padre
commit
27c9f19c5a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/QmButton.vue

+ 1 - 1
src/components/QmButton.vue

@@ -9,7 +9,7 @@
 </template>
 
 <script lang="ts">
-import { reactive, ref } from "@vue/reactivity";
+import { reactive, ref } from "vue";
 
 // 默认loading一秒,以免重复点击
 export default {