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.

Compatibility with VueJS v3.0

See original GitHub issue

Hi, I tried installing vue-tinder on my project. However, some attributes seem to have been deprecated in Vue v3 (slot-scope, slot and queue.sync) I tried updating those on my end, but Vue throws a warning Unhandled error during execution of scheduler flush. Do you have any idea about what might have happened ?

Also, I can’t fix a warning triggered by Vetur saying

Could not find a declaration file for module ‘vue-tinder’. ‘/Users/fabienrahaingomanana/Desktop/citouci/node_modules/vue-tinder/lib/vue-tinder.js’ implicitly has an ‘any’ type. Try npm i --save-dev @types/vue-tinder if it exists or add a new declaration (.d.ts) file containing declare module 'vue-tinder';

I tried adding a file called global.d.ts and running the suggested command. But nothing worked.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
shanlhcommented, Feb 3, 2021

Oh I forgot something. When you import vue-tinder, You need import the style file like import 'vue-tinder/lib/style.css' because of vite didn’t support build the style into js right now.

1reaction
shanlhcommented, Feb 3, 2021

I published an alpha version,You can install by yarn add vue-tinder@alpha if use vue3. I haven’t write document now, So you can reference this:https://github.com/shanlh/vue-tinder/blob/next/src/App.vue. Hope to help you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migration Build
@vue/compat (aka "the migration build") is a build of Vue 3 that provides configurable Vue 2 compatible behavior. The migration build runs in...
Read more >
Official Vue 3.0 Compatibility with Kendo UI for Vue - Telerik
With the R3 2020 release we mentioned that we supported the latest version of the Vue.js 3.0 release candidate, but since then Vue...
Read more >
The Vuetify roadmap
# v3.0 (Titan) · Rebuilt for Vue 3 using the new composition api · Global properties that allow you to make large overarching...
Read more >
All You Need To Know About Vue.js 3.0 and Vuetify, Quasar ...
Vue.js 3 is out but does it work with your favorite Vue UI framework libraries like Vuetify, Quasar, BootstrapVue, Vue Material and more?...
Read more >
Vue 3 - What's New? What Changed? - YouTube
Vue.js 3 is out! VueJS 2 already was an amazing framework, Vue 3 now improves it even more. It's mostly backwards compatible but...
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