[build] 1.0.8

pull/1881/head
Leopoldthecoder 2016-12-20 19:01:14 +08:00
parent 64667a4e8e
commit 3d3bd7dc09
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "element-theme-default", "name": "element-theme-default",
"version": "1.0.7", "version": "1.0.8",
"description": "Element component default theme.", "description": "Element component default theme.",
"main": "lib/index.css", "main": "lib/index.css",
"style": "lib/index.css", "style": "lib/index.css",

View File

@ -131,7 +131,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}; };
module.exports = { module.exports = {
version: '1.0.7', version: '1.0.8',
locale: locale.use, locale: locale.use,
install, install,
Loading, Loading,