feature: 添加组件埋点指令
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| "dependencies": { | "dependencies": { | ||
| "@better-scroll/core": "^2.0.5", | "@better-scroll/core": "^2.0.5", | ||
| "@qg/cherry-ui": "^2.20.1", | "@qg/cherry-ui": "^2.20.1", | ||
| "@qg/citrus-ui": "0.0.34", | "@qg/citrus-ui": "0.0.37", | ||
| "babel-plugin-transform-vue-jsx": "^4.0.1", | "babel-plugin-transform-vue-jsx": "^4.0.1", | ||
| "egg": "^2.3.0", | "egg": "^2.3.0", | ||
| "egg-bin": "^4.9.0", | "egg-bin": "^4.9.0", | ||
| ... | @@ -30,6 +30,7 @@ | ... | @@ -30,6 +30,7 @@ |
| "egg-view-vue-ssr": "^3.0.5", | "egg-view-vue-ssr": "^3.0.5", | ||
| "egg-webpack": "^4.4.7", | "egg-webpack": "^4.4.7", | ||
| "egg-webpack-vue": "^2.0.0", | "egg-webpack-vue": "^2.0.0", | ||
| "intersection-observer": "^0.12.0", | |||
| "js-cookie": "^2.2.1", | "js-cookie": "^2.2.1", | ||
| "npm": "^6.14.10", | "npm": "^6.14.10", | ||
| "raven-js": "^3.27.2", | "raven-js": "^3.27.2", | ||
| ... | ... |
Please register or sign in to comment