Commit 8869b70d0b6edbf84cb0073459c5fd334aa7cb73
1 parent
c7e432f7
update
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/index.js
| ... | ... | @@ -150,7 +150,6 @@ if (typeof window !== 'undefined' && window.Vue) { |
| 150 | 150 | install(window.Vue); |
| 151 | 151 | } |
| 152 | 152 | |
| 153 | -// module.exports = Object.assign(iview, {install, locales}); // eslint-disable-line no-undef | |
| 154 | 153 | module.exports = { // eslint-disable-line no-undef |
| 155 | 154 | version: '2.6.0', |
| 156 | 155 | locale: locale.use, | ... | ... |