Skip to content

Commit 5afeb5a

Browse files
Fix tippy defaults in readme
1 parent b19b609 commit 5afeb5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ app.component('tippy-singleton', TippySingleton);
9797

9898
import tippy from 'tippy.js'
9999
tippy.setDefaultProps({
100-
tippyDefaults: {}, // convenience to set tippy.js default props
100+
// default tippy props
101101
});
102102
```
103103
```css
@@ -134,7 +134,7 @@ export default {
134134
// use the plugin
135135
app.use(TippyVue);
136136
app.use(TippyVue, {
137-
// convenience to set tippy.js default props
137+
tippyDefaults: {}, // convenience to set tippy.js default props
138138
});
139139
```
140140
```js

0 commit comments

Comments
 (0)