Ver Fonte

fix wierd bug

Michael Wang há 3 anos atrás
pai
commit
27c9f19c5a
1 ficheiros alterados com 1 adições e 1 exclusões
  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 {