摘要: import { defineConfig } from 'vite' // 动态配置函数import { createVuePlugin } from 'vite-plugin-vue2'import vue from '@vitejs/plugin-vue';export default () 阅读全文
posted @ 2023-02-01 20:11 士广 阅读(117) 评论(0) 推荐(0)
摘要: app.vue <template> <a-config-provider :locale="locale"> <div id="app"> <router-view/> </div> </a-config-provider></template><script>import zh_CN from 阅读全文
posted @ 2023-02-01 20:10 士广 阅读(72) 评论(0) 推荐(0)
摘要: https://backlog.com/git-tutorial/cn/stepup/stepup1_1.html 阅读全文
posted @ 2023-02-01 19:26 士广 阅读(43) 评论(0) 推荐(0)
摘要: <div class="stepArea"> <div class="stepItem" @click="changeCurrent(0)"> <div class="testShape" :class="current==0 ?'active':''"> </div> <div class="te 阅读全文
posted @ 2023-02-01 11:20 士广 阅读(35) 评论(0) 推荐(0)