refactor: clean up HomeView.vue and update Vite config
- Reformatted imports in HomeView.vue for better readability. - Removed unnecessary comments and improved component structure. - Updated styles in HomeView.vue for consistency. - Removed input path from rollupOptions in vite.config.js.
This commit is contained in:
@@ -97,7 +97,6 @@ export default defineConfig(({ mode }) => {
|
||||
assetsDir: "assets",
|
||||
// 分包策略
|
||||
rollupOptions: {
|
||||
input: path.resolve(__dirname, "public/index.html"),
|
||||
output: {
|
||||
manualChunks: {
|
||||
vendor: ["vue", "vue-router", "vuex"],
|
||||
|
||||
Reference in New Issue
Block a user