Tyler
Tyler
I needed `.prevent` To work around this I did: `` If the object syntax for v-on included `.prevent` I would probably be able to bind conditionally, which would be my...
Had the same issue in my deployment. Would love to see a prop that allows you to change between append or prepend but @BarryPSmith solution will work for me.
I also had this issue because I was using a Vuex getter. Once I put the setter in place I also had to ensure I had .sync set on the...