question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not working VueTippy 2.1

See original GitHub issue

I’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>

image

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:closed
  • Created 4 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
KABBOUCHIcommented, Jun 17, 2019

it’s working for me https://codesandbox.io/s/vue-template-iduib, try to remove node_modules and reinstall

0reactions
magistr4815commented, Jul 9, 2019

You need to fix the documentation! You are welcome!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found