yc-ui2 0.1.1-beta06 → 0.1.1-beta08
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/yc-ui2.common.js +17 -11
- package/dist/yc-ui2.common.js.map +1 -1
- package/dist/yc-ui2.css +1 -1
- package/dist/yc-ui2.umd.js +17 -11
- package/dist/yc-ui2.umd.js.map +1 -1
- package/dist/yc-ui2.umd.min.js +1 -1
- package/dist/yc-ui2.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/router/index.js +0 -8
package/package.json
CHANGED
package/src/router/index.js
CHANGED
@@ -2,14 +2,6 @@ import Vue from "vue"
|
|
2
2
|
import VueRouter from "vue-router"
|
3
3
|
|
4
4
|
Vue.use(VueRouter)
|
5
|
-
if(!window.whiteList) {
|
6
|
-
window.whiteList = []
|
7
|
-
}
|
8
|
-
|
9
|
-
if(!window.whiteList.includes('/question')) {
|
10
|
-
window.whiteList.push('/question')
|
11
|
-
}
|
12
|
-
|
13
5
|
|
14
6
|
const routes = [
|
15
7
|
{
|