Results 9 comments of w6a

> `readOnly: true` not working for me as well. To enable/disable the editor, you have to bind the `disabled` to the component like this: > > ``` > v-model='content' >...

> I also having this problem. Maybe adding a view behind the icon can fix the problem temporary. Good idea. I will use the solution before author fix the bug,...

> ![1666340861071](https://user-images.githubusercontent.com/30885718/197150034-4214cf79-cf12-44f3-b3e4-e805c3b311b6.jpg) I'm having the same problem. me2

Same idea. I think the route.params should be a {} by default.

> Yeah, I would also like this. For those in JS land and still would like to destructure, you can do this: > > ``` > const { foo, bar...