mirror of https://github.com/ElemeFE/element
[build] 1.0.1
parent
bf8c53675a
commit
54b1543698
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "element-theme-default",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Element component default theme.",
|
||||
"main": "lib/index.css",
|
||||
"style": "lib/index.css",
|
||||
|
|
|
@ -131,7 +131,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|||
};
|
||||
|
||||
module.exports = {
|
||||
version: '1.0.0',
|
||||
version: '1.0.1',
|
||||
locale: locale.use,
|
||||
install,
|
||||
Loading: Loading.directive,
|
||||
|
|
Loading…
Reference in New Issue