This commit is contained in:
cookfront
2017-03-02 11:29:50 +08:00
parent 6f2b44bb4d
commit 71397bc9d4
2 changed files with 12 additions and 12 deletions

View File

@@ -48,14 +48,14 @@ const install = function(Vue) {
Vue.component(Step.name, Step);
};
auto install
if (typeof window !== 'undefined' && window.Vue) {
install(window.Vue);
}
// auto install
// if (typeof window !== 'undefined' && window.Vue) {
// install(window.Vue);
// }
module.exports = {
install,
version: '0.0.8',
version: '0.0.9',
Button,
Switch,
Field,