vuejs / vue-vapor

Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
https://vapor-repl.netlify.app
MIT License
1.94k stars 94 forks source link

Demo is broken #285

Open dannysmc95 opened 2 weeks ago

dannysmc95 commented 2 weeks ago

Hey, just wondering what the status is, I can see the demo noted in the readme doesn't work anymore, i.e. the v-model doesn't actually work, wondering if this is just a bug with the demo, rather than the project?

sxzz commented 2 weeks ago

The custom directive (v-model & v-show) is temporarily dropped and will be resolved soon. See https://github.com/vuejs/vue-vapor/pull/278