Explorar o código

fix wierd bug

Michael Wang %!s(int64=3) %!d(string=hai) anos
pai
achega
27c9f19c5a
Modificáronse 1 ficheiros con 1 adicións e 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 {