4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
|
// vue.config.js,如没有此文件则手动创建
|
|||
|
module.exports = {
|
|||
|
transpileDependencies: ['uview-ui']
|
|||
|
}
|