fix:更新依赖

This commit is contained in:
liuhuajie
2024-11-08 16:09:09 +08:00
parent d6561dba7e
commit 3be291b97b
3 changed files with 6 additions and 2 deletions

View File

@ -32,7 +32,7 @@
"unplugin-auto-import": "^0.18.2", "unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3", "unplugin-vue-components": "^0.27.3",
"vfonts": "^0.0.3", "vfonts": "^0.0.3",
"vite": "^5.3.4", "vite": "5.4.6",
"vue-loader": "^17.4.2", "vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16", "vue-template-compiler": "^2.7.16",
"vue-tsc": "^2.0.24" "vue-tsc": "^2.0.24"

View File

@ -5,6 +5,8 @@
<div class="web">pc</div> <div class="web">pc</div>
<div class="btn"> <div class="btn">
<a-button type="primary" @click="view">确定</a-button> <a-button type="primary" @click="view">确定</a-button>
<ElButton type="primary">btn</ElButton>
</div> </div>
</div> </div>
<div class="content"> <div class="content">
@ -51,6 +53,7 @@
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { ElButton } from 'element-plus'
import {DraggableEvent, VueDraggable} from "vue-draggable-plus"; import {DraggableEvent, VueDraggable} from "vue-draggable-plus";
import {onMounted, ref, watch} from 'vue'; import {onMounted, ref, watch} from 'vue';
import {uuid} from 'lsp-uuid'; import {uuid} from 'lsp-uuid';

View File

@ -9,6 +9,7 @@ import {vitePluginForArco} from '@arco-plugins/vite-vue'
import * as path from "node:path"; import * as path from "node:path";
import {visualizer} from "rollup-plugin-visualizer"; import {visualizer} from "rollup-plugin-visualizer";
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [ plugins: [
@ -45,7 +46,7 @@ export default defineConfig({
vue(), vue(),
vitePluginForArco({ vitePluginForArco({
style: 'css' style: 'css'
}) }),
// vueDevTools() // vueDevTools()
], ],
resolve: { resolve: {