export locale objects
This commit is contained in:
parent
427dd34f0a
commit
b9c1fe7703
2 changed files with 38 additions and 2 deletions
|
@ -49,7 +49,8 @@ import Tree from './components/tree';
|
|||
import Upload from './components/upload';
|
||||
import {Row, Col} from './components/grid';
|
||||
import {Select, Option, OptionGroup} from './components/select';
|
||||
import locale from './locale';
|
||||
import locale from './locale/index';
|
||||
import locales from './locale/locales';
|
||||
|
||||
const iview = {
|
||||
Affix,
|
||||
|
@ -149,4 +150,4 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|||
install(window.Vue);
|
||||
}
|
||||
|
||||
module.exports = Object.assign(iview, {install}); // eslint-disable-line no-undef
|
||||
module.exports = Object.assign(iview, {install, locales}); // eslint-disable-line no-undef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue