fix error

This commit is contained in:
Philipp Kühn
2020-11-02 16:56:01 +01:00
parent c9d5494875
commit c73b03c595

View File

@@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<div class="actions"> <div class="actions" v-if="editor">
<button class="button" @click="setContent"> <button class="button" @click="setContent">
Set Content Set Content
</button> </button>