emis-frontend/libs/XdPrintDesigner/vue.config.js

11 lines
191 B
JavaScript
Raw Normal View History

2024-06-22 03:55:20 +00:00
module.exports = {
publicPath: './',
pages: {
index: {
// page 的入口
entry: 'example/main.js',
// 模板来源
template: 'example/index.html',
},
}
}