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
+3 -3
View File
@@ -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,