solution .solution != "" style(scoped, type="scss"). .solution { padding: 16px; border: 1px solid #b40000; border-radius: 4px; background-color: #dec8c8; h3 { margin-top: 0px; } p { margin-bottom: 0px; } } pre { padding-left: 16px; } script. Object.assign(this, { setData: (data) => { if (this.opts.dataHandler != null) { this.opts.dataHandler(data); } } })