Skip to content

Commit fd4d024

Browse files
committed
update README.md
1 parent 9cba8a4 commit fd4d024

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,6 @@ export default {
6666
| fontSize | highlight code font-size | `Number` | - |
6767
| scrollStyleBool | component scroll bar style | `Boolean` | `true` |
6868
| copy | whether the code can copy | `Boolean` | `true` |
69+
| borderRadius | component style border_radius | `String` | `10px` |
70+
6971

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-highlight-code",
33
"private": false,
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"license": "MIT",
66
"main": "./dist/vue-highlight-code.umd.js",
77
"module": "./dist/vue-highlight-code.es.js",

0 commit comments

Comments
 (0)