Добавил импорт модулей по запросу из ElemenUI

This commit is contained in:
Book Pauk
2019-01-03 20:31:44 +07:00
parent 9752e2c3cf
commit 02f34e1c26
5 changed files with 200 additions and 7 deletions

View File

@@ -22,7 +22,8 @@ module.exports = {
plugins: [
'syntax-dynamic-import',
'transform-decorators-legacy',
'transform-class-properties'
'transform-class-properties',
["component", { "libraryName": "element-ui", "styleLibraryName": "~client/theme" } ]
]
}
},