A-La-Carte error: [Vue warn]: Failed to resolve directive: touch (found in <VTabsItems>)
See original GitHub issueSteps to reproduce
I switched from ‘standard’ vuetify to ‘a la carte’. Now when using tabs i get the following error:
[Vue warn]: Failed to resolve directive: touch
(found in <VTabsItems>)
warn @ vue.runtime.esm.js?ff9b:472
resolveAsset @ vue.runtime.esm.js?ff9b:1417
normalizeDirectives$1 @ vue.runtime.esm.js?ff9b:5838
_update @ vue.runtime.esm.js?ff9b:5765
updateDirectives @ vue.runtime.esm.js?ff9b:5757
invokeCreateHooks @ vue.runtime.esm.js?ff9b:5295
createElm @ vue.runtime.esm.js?ff9b:5186
patch @ vue.runtime.esm.js?ff9b:5657
Vue._update @ vue.runtime.esm.js?ff9b:2446
updateComponent @ vue.runtime.esm.js?ff9b:2570
get @ vue.runtime.esm.js?ff9b:2913
Watcher @ vue.runtime.esm.js?ff9b:2902
mountComponent @ vue.runtime.esm.js?ff9b:2574
Vue$3.$mount @ vue.runtime.esm.js?ff9b:7515
init @ vue.runtime.esm.js?ff9b:3559
createComponent @ vue.runtime.esm.js?ff9b:5208
createElm @ vue.runtime.esm.js?ff9b:5151
createChildren @ vue.runtime.esm.js?ff9b:5279
createElm @ vue.runtime.esm.js?ff9b:5184
patch @ vue.runtime.esm.js?ff9b:5657
Vue._update @ vue.runtime.esm.js?ff9b:2446
updateComponent @ vue.runtime.esm.js?ff9b:2570
get @ vue.runtime.esm.js?ff9b:2913
Watcher @ vue.runtime.esm.js?ff9b:2902
mountComponent @ vue.runtime.esm.js?ff9b:2574
Vue$3.$mount @ vue.runtime.esm.js?ff9b:7515
init @ vue.runtime.esm.js?ff9b:3559
--- snipped ---
Versions
Latest Vue and Vuetify
Reproduction Link
Sorry, it is a la carte
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Failed to resolve directive: touch · Issue #30 - GitHub
We have a Modal component on the https://github.com/nextcloud/nextcloud-vue library and we wanted to use your library, though when importing the modal component ...
Read more >[Vue warn]: Failed to resolve directive: touch (found in
Please repeat the password. Topic: [Vue warn]: Failed to resolve directive: touch (found in <MdbCarousel>) Please insert min. 20 characters.
Read more >[Vue warn]: Failed to resolve directive: bin - Stack Overflow
Hi although my app is working I am getting this error in my console which blocks the jQuery. v-for="message in messages" looping throught...
Read more >[Vue warn]: Failed to resolve directive: mode - Laracasts
I have been using Vue 2 for a couple of weeks now and recently I started to receive the following error: [Vue warn]:...
Read more >[vue warn]: failed to resolve component - You.com
I got the same issue and put around 2 hours to figure out. The only problem with me was my browser was getting...
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 FreeTop 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
Top GitHub Comments
I think @KaelWD means this:
This way you don’t have to import all directives, just the ones you use.
He fixed it in commit 9b6b0fd. It will be available next release.
A temporary workaround is to do the following