David Santos
David Santos
add `declare module 'v-tooltip'` to your shims.d..ts file
so, this is just not going to be fixed?
@loreberti89 that fixes it actually
@loreberti89 yup
@loreberti89 from what I can see on your log, user_id is missing, it might be related to something else, with a hasMany relation it actually works perfectly thanks for your...
if anyone is interested, this is a 'fix' for https://github.com/orlyapps/nova-belongsto-depend https://github.com/orlyapps/nova-belongsto-depend/pull/39 it works on both a nested form or directly in the resource
can we get this implemented or is this project dead?
> Hey, thank you for your interest in the project. Are you able to clone and run the project locally? During the install process you are able to pass in...
in nuxt for example, I pull a component like this: `import { Button } from '@advanced-data-machines/tailwindcss-vue';` ``` ... components: { Button, }, ... ```
Correct @danielroe