fix: use AsyncEditor again in comments and description

This commit is contained in:
Dominik Pschenitschni 2022-01-19 23:26:34 +01:00
parent 959b53b3a6
commit 5867f79735
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
</template>
<script>
import Editor from '@/components/input/editor.vue'
import AsyncEditor from '@/components/input/AsyncEditor'
import {LOADING} from '@/store/mutation-types'
import {mapState} from 'vuex'
@ -38,7 +38,7 @@ import {mapState} from 'vuex'
export default {
name: 'description',
components: {
Editor,
Editor: AsyncEditor,
},
data() {
return {