Let's continue on with our Trix editor implementation. There are a few more places where we'll need to replace a standard textarea
with the new wysiwyg
component. Along the way, we'll also discuss how a Vue child component can listen and respond to an event on its parent.