Closed w3cj closed 6 years ago
I tried to spin up a simple vuido app on my livestream today and ran into some issues.
Looks like the latest version of vuido with textinput and textarea is not published to npm?
https://youtu.be/aRj8jNzuphk?t=4667
I ended up re-building the runtime from source and got it working.
Also, got the error [Vue warn]: Failed to resolve directive: model when trying to use v-model.
[Vue warn]: Failed to resolve directive: model
The project is here: https://github.com/CodingGarden/morning-tea/tree/master/05-24-2018/vuido-demo
I used the vuido template.
Yes, the latest version isn’t on npm yet, I will publish it next week. By the way, thanks for sharing this, it’s good to know that Vuido is on YouTube 😊
I tried to spin up a simple vuido app on my livestream today and ran into some issues.
Looks like the latest version of vuido with textinput and textarea is not published to npm?
https://youtu.be/aRj8jNzuphk?t=4667
I ended up re-building the runtime from source and got it working.
Also, got the error
[Vue warn]: Failed to resolve directive: model
when trying to use v-model.The project is here: https://github.com/CodingGarden/morning-tea/tree/master/05-24-2018/vuido-demo
I used the vuido template.