Comparing version 0.1.0 to 0.2.0
@@ -10,2 +10,3 @@ import 'es6-promise/auto'; | ||
import Tab from '../views/tab'; | ||
import Popup from '../views/popup'; | ||
@@ -39,3 +40,7 @@ Vue.use(Router); | ||
component: Tab | ||
}, { | ||
path: '/popup', | ||
name: 'popup', | ||
component: Popup | ||
}] | ||
}); |
{ | ||
"name": "@58fe/v5", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "vue components", |
@@ -7,2 +7,3 @@ import Alert from './components/alert'; | ||
import TabItem from './components/tab/tab-item'; | ||
import Popup from './components/popup'; | ||
@@ -15,3 +16,4 @@ export { | ||
Tab, | ||
TabItem | ||
TabItem, | ||
Popup | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
62924
69
836