Skip to content

Instantly share code, notes, and snippets.

View servermachine's full-sized avatar

servermachine

View GitHub Profile
<template>
<div>
<!-- HACK: v-el to ref -->
<div ref="toolbar" class="">
<!-- HACK: remove slot -->
</div>
<!-- HACK: v-el to ref -->
<div class="ui attached segment" ref="quill" @click.prevent="focusEditor"></div>
</div>
</template>