2022年8月31日
摘要: 近期了解到unplugin-auto-import这个插件 用途是无需每个组件内重复的引入vue vue-router等内置方法 下面举个例子 <script setup> import {ref, reactive} from "vue"; let num = ref(0); let state 阅读全文
posted @ 2022-08-31 10:08 mythe_r 阅读(1186) 评论(0) 推荐(0)