Not working VueTippy 2.1
See original GitHub issueI’m using vue-tippy 2.1, but not working 😟
In main.js
import Vue from 'vue';
import VueTippy from 'vue-tippy';
import App from './App.vue';
Vue.config.productionTip = false;
Vue.use(VueTippy);
In App.vue
<div class="encrypted-connection"
@show="testTippy" title="I'm the default tooltip!"
v-tippy='{ trigger : "mouseenter"}'></div>
In console
[Vue warn]: Failed to resolve directive: tippy vue.runtime.esm.js?28ad:619
(found in <Webrtc> at App.vue)
What I’m doing wrong?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
All Options | VueTippy
A lightweight tooltip for VueJS. Based on tippy.js and powered by Popper.js.
Read more >All Props - VueTippy
Sometimes the tippy needs to be appended to a different DOM context due to accessibility, clipping, or z-index issues.
Read more >vue-tippy - UNPKG
The CDN for vue-tippy. ... vue-tippy/package.json. Version: ... 83, "url": "https://github.com/KABBOUCHI/vue-tippy/issues".
Read more >Vue-tippy NPM - npm.io
Check Vue-tippy 4.16.0 package - Last release 4.16.0 with MIT licence at our NPM packages aggregator and search engine.
Read more >Vue Vuetify Vue-Tippy - CodeSandbox
Activating extension 'vscode.typescript-language-features' failed: Could not find bundled tsserver.js.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
it’s working for me https://codesandbox.io/s/vue-template-iduib, try to remove
node_modules
and reinstallYou need to fix the documentation! You are welcome!