UNPKG

y-drawer-calendar

Version:

## 更新记录 - version1.1.7 暴露出tabel组件以供二次封装 - version1.1.5 package.json字段 main指向了老的index.common.js文件 改回index.js - version1.1.4 打包过程排除vue element-plus

16 lines 276 B
module.exports = { pages: { app: { entry: './example/main.js', template: './public/index.html', filename: 'index.html' } }, devServer: { host: 'localhost', port: 8888 }, transpileDependencies: [ 'element-ui' ] }