step component
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user