mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
perf: optimize build chunks and add bundle size visualization
This commit is contained in:
@@ -14,7 +14,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
{
|
||||
path: '/',
|
||||
name: 'index',
|
||||
component: IndexView,
|
||||
component: async () => import('@/views/IndexView.vue'),
|
||||
meta: {
|
||||
title: '你好',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user