We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76361ca commit 9d038b0Copy full SHA for 9d038b0
README.md
@@ -127,7 +127,7 @@ Vue.component('v-popover', VPopover)
127
Include [v-tooltip](/dist/v-tooltip.min.js) in the page.
128
129
```html
130
-<script src="https://unpkg.com/v-tooltip"></script>
+<script src="https://unpkg.com/v-tooltip@^2.0.0"></script>
131
```
132
133
**If Vue is detected in the Page, the plugin is installed automatically.**
0 commit comments