Yusufcan Yılmaz

Results 20 comments of Yusufcan Yılmaz

> > Since Vue 3 is now the default version, I think Vue Meta should be updated accordingly to support Vue 3 as default like all the other Vue plugins....

Same in 3.0.0-alpha.2

any updates? @Mini-ghost 's solution is good but its not good for the production.

> > For current code ([email protected]), it seems like it's hook `'autoImports:sources'` instead of hook `'autoImports:extend'`. > > I just figure out that when the hook `'autoImports:extend'` is called, things...

Currently, I'm solving this problem with this code. Maybe it helps in your plugin @LuckyWindsck : ```ts import { defineNuxtModule, addTemplate } from '@nuxt/kit' export default defineNuxtModule({ setup(_, nuxt) {...

> Thanks for the script, here is my version of it that generates a eslintrc.JSON file (I'm using type: module in my project and a js with module.exports is problematic...

> > Thanks for the script, here is my version of it that generates a eslintrc.JSON file (I'm using type: module in my project and a js with module.exports is...

> Tried out your suggestion but still not working in my case. Thanks for your help : > > ```js > v-model="teams" > :component-data="{ > name: 'fade', > type: 'transition-group',...

I'm trying on Nuxt 3 its not working but if you upgrade to vue 3. i think it will work