mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
step component
This commit is contained in:
@@ -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