step component

This commit is contained in:
cookfront
2017-03-02 11:29:01 +08:00
parent b9716a4dab
commit 6f2b44bb4d
9 changed files with 52 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ const install = function(Vue) {
Vue.component(Step.name, Step);
};
// auto install
auto install
if (typeof window !== 'undefined' && window.Vue) {
install(window.Vue);
}