fix: settings copy to clipboard
Showing
| ... | ... | @@ -25,9 +25,9 @@ |
| "lib" | ||
| ], | ||
| "peerDependencies": { | ||
| "vue": ">=2.5.0", | ||
| "ant-design-vue": "^1.5.4", | ||
| "umi-request": "^1.2.11", | ||
| "vue": ">=2.5.0", | ||
| "vue-container-query": "^0.1.0", | ||
| "vue-template-compiler": ">=2.5.0" | ||
| }, | ||
| ... | ... | @@ -59,8 +59,10 @@ |
| "classnames": "^2.2.6", | ||
| "insert-css": "^2.0.0", | ||
| "lodash": "^4.17.15", | ||
| "omit.js": "^1.0.2", | ||
| "umi-request": "^1.2.11", | ||
| "vue-container-query": "^0.1.0" | ||
| "vue-container-query": "^0.1.0", | ||
| "vue-copy-to-clipboard": "1.0.0" | ||
| }, | ||
| "config": { | ||
| "port": 9528, | ||
| ... | ... |
Please register or sign in to comment