Timar

Results 36 comments of Timar

Fresh nuxt 4 project, and it appears on simple html updates. But it breaks the server and the page doesn't update and a restart is necessary. It appears along this...

i made an npm command that moves the folders for windows. //package.json ```json "shadcnmove": "robocopy \"C:\\Users\\USER_NAME\\code\\components\\ui\" \"C:\\Users\\USER_NAME\\code\\PROJECT_NAME\\components\\ui\" /move /e", ``` after install i run npm run shadcnmove

I fixed this using AI but it doesn't support arrays of objects. And I don't think it's easily possible without a radix-vue update. Please don't overcomplicate the (re-) implementations. -...

My solution now was the following: This keeps the original and adds support for v-model I think it's more than warranted to bring back expected vue functionality and dev experience...

After quite a few bugs i decided to not use the Checkbox component, and (quickly) made a similar looking "Vanilla" one. It directly passes v-model to the input so it...