Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 47f32fa

Browse files
committed
Updating README for standalone VuePress plugin.
1 parent b9d0545 commit 47f32fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Vue.use(VueCustomTooltip, {
4747

4848
### VuePress (Global Install)
4949

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+
5053
For [VuePress](https://vuepress.vuejs.org/) projects, the `theme/enhanceApp.js` is a good location to initialize plugins.
5154

5255
``` js
@@ -147,7 +150,7 @@ Installing manually requires using the kebob-case component name.
147150
<!-- Basic -->
148151
What is <VueCustomTooltip label="This is a tooltip">a tooltip</VueCustomTooltip>?
149152

150-
<!-- With Options -->
153+
<!-- With Props -->
151154
What is <VueCustomTooltip label="This is a tooltip" position="is-bottom" abbreviation sticky>a tooltip</VueCustomTooltip>?
152155

153156
<!-- With element(s) -->

0 commit comments

Comments
 (0)