1
0
mirror of synced 2026-02-04 18:47:57 +08:00

chore: 添加组件name

This commit is contained in:
roymondchen
2022-11-03 14:14:54 +08:00
parent 95be9e9390
commit 131ae30bae
118 changed files with 142 additions and 111 deletions

View File

@@ -19,12 +19,13 @@
import path from 'path';
import { defineConfig } from 'vite';
import VueSetupExtend from 'vite-plugin-vue-setup-extend';
import vue from '@vitejs/plugin-vue';
import pkg from './package.json';
export default defineConfig({
plugins: [vue()],
plugins: [vue(), VueSetupExtend()],
resolve: {
alias: