step component
This commit is contained in:
@@ -16,9 +16,9 @@ const install = function(Vue) {
|
||||
};
|
||||
|
||||
// auto install
|
||||
if (typeof window !== 'undefined' && window.Vue) {
|
||||
install(window.Vue);
|
||||
}
|
||||
// if (typeof window !== 'undefined' && window.Vue) {
|
||||
// install(window.Vue);
|
||||
// }
|
||||
|
||||
module.exports = {
|
||||
install,
|
||||
|
||||
Reference in New Issue
Block a user