mirror of https://github.com/ElemeFE/element
[build] 1.1.5
parent
b7f7a81837
commit
7666857a07
|
@ -1,4 +1 @@
|
|||
{
|
||||
"1.0.9": "1.0",
|
||||
"1.1.4": "1.1"
|
||||
}
|
||||
{"1.0.9":"1.0","1.1.5":"1.1"}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "element-theme-default",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"description": "Element component default theme.",
|
||||
"main": "lib/index.css",
|
||||
"style": "lib/index.css",
|
||||
|
|
|
@ -148,7 +148,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|||
};
|
||||
|
||||
module.exports = {
|
||||
version: '1.1.4',
|
||||
version: '1.1.5',
|
||||
locale: locale.use,
|
||||
i18n: locale.i18n,
|
||||
install,
|
||||
|
|
Loading…
Reference in New Issue