vue版本上线

This commit is contained in:
季圣华
2021-04-08 00:11:35 +08:00
parent a26788cecc
commit 87069bbce5
8 changed files with 0 additions and 269 deletions

View File

@@ -14,13 +14,6 @@ let objectProject = {
title: 'Index Page',
// 在这个页面中包含的块,默认情况下会包含,提取出来的通用 chunk 和 vendor chunk。
chunks: ['chunk-vendors', 'chunk-common', 'index']
},
car: {
entry: 'src/views/plugin/car/main.js',
template: 'src/views/plugin/car/car.html',
filename: 'car.html',
title: 'Car Page',
chunks: ['chunk-vendors', 'chunk-common', 'car']
}
}
let page = {}