Skip to content

Commit b50300c

Browse files
committed
Updating core plugin
1 parent 264c8dd commit b50300c

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
name: 'VueCustomTooltip',
3636
color: '#fff',
3737
background: '#000',
38-
borderRadius: 12,
38+
borderRadius: 100,
3939
fontWeight: 400,
4040
},
4141
],
@@ -65,7 +65,7 @@ module.exports = (options, ctx) => {
6565
name: 'VueCustomTooltip',
6666
color: '#fff',
6767
background: '#000',
68-
borderRadius: 12,
68+
borderRadius: 100,
6969
fontWeight: 400,
7070
},
7171
],
@@ -161,7 +161,7 @@ Vue.use(VueCustomTooltip, {
161161
### `borderRadius`
162162

163163
- Type: `Number`
164-
- Default: `12`
164+
- Default: `100`
165165

166166
Customize the border-radius of the tooltip. Must be an integer.
167167

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adamdehaven/vuepress-plugin-custom-tooltip",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "A customizable, reusable tooltip component for VuePress. This plugin is a VuePress wrapper for @adamdehaven/vue-custom-tooltip.",
55
"main": "index.js",
66
"repository": {
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"dependencies": {
34-
"@adamdehaven/vue-custom-tooltip": "^1.3.1"
34+
"@adamdehaven/vue-custom-tooltip": "^1.4.0"
3535
},
3636
"devDependencies": {
3737
"husky": "4",

0 commit comments

Comments
 (0)