We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cba8a4 commit fd4d024Copy full SHA for fd4d024
README.md
@@ -66,4 +66,6 @@ export default {
66
| fontSize | highlight code font-size | `Number` | - |
67
| scrollStyleBool | component scroll bar style | `Boolean` | `true` |
68
| copy | whether the code can copy | `Boolean` | `true` |
69
+| borderRadius | component style border_radius | `String` | `10px` |
70
+
71
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-highlight-code",
3
"private": false,
4
- "version": "0.1.9",
+ "version": "0.1.10",
5
"license": "MIT",
6
"main": "./dist/vue-highlight-code.umd.js",
7
"module": "./dist/vue-highlight-code.es.js",
0 commit comments