Browse Source

fix wierd bug

Michael Wang 3 years ago
parent
commit
27c9f19c5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/QmButton.vue

+ 1 - 1
src/components/QmButton.vue

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