Closed jmzwcn closed 6 months ago
@jmzwcn, protobuf-ts generates simple objects. I encourage you to try two-way binding in Vue with simple objects first, then pull in protobuf-ts in a separate step. If you still think protobuf-ts should change behavior after that, please explain how and why.
could you please provide an example for how to two-way binding with protobuf-ts simple object in vue? ^_^
another word, how to new a protobuf-ts simple object without e.g. {id:"",description:'',medias:[],public:true,}
let card:Card=Card.create()
thanks!
File an issue with Vue.
Object generated by protobuf-ts seems not support TWO-WAY binding in vue.