You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,9 @@ Vue.use(VueCustomTooltip, {
47
47
48
48
### VuePress (Global Install)
49
49
50
+
> **VuePress Standalone Plugin**
51
+
> I have released a standalone VuePress plugin that wraps this component into an actual VuePress Plugin installable through the `.vuepress/config.js` or `.vuepress/theme/index.js` file. If you'd rather use the standalone plugin in your VuePress project, [head over to the `vuepress-plugin-custom-tooltip` repository](https://github.com/adamdehaven/vuepress-plugin-custom-tooltip).
52
+
50
53
For [VuePress](https://vuepress.vuejs.org/) projects, the `theme/enhanceApp.js` is a good location to initialize plugins.
51
54
52
55
```js
@@ -147,7 +150,7 @@ Installing manually requires using the kebob-case component name.
147
150
<!-- Basic -->
148
151
What is <VueCustomTooltiplabel="This is a tooltip">a tooltip</VueCustomTooltip>?
149
152
150
-
<!-- With Options-->
153
+
<!-- With Props-->
151
154
What is <VueCustomTooltiplabel="This is a tooltip"position="is-bottom"abbreviationsticky>a tooltip</VueCustomTooltip>?
0 commit comments