2
0
Michael Wang 3 жил өмнө
parent
commit
27c9f19c5a

+ 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 {