fix: use AsyncEditor again in comments and description
This commit is contained in:
parent
959b53b3a6
commit
5867f79735
@ -152,7 +152,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Editor from '@/components/input/editor.vue'
|
||||
import AsyncEditor from '@/components/input/AsyncEditor'
|
||||
|
||||
import TaskCommentService from '../../../services/taskComment'
|
||||
import TaskCommentModel from '../../../models/taskComment'
|
||||
@ -162,7 +162,7 @@ import {mapState} from 'vuex'
|
||||
export default {
|
||||
name: 'comments',
|
||||
components: {
|
||||
Editor,
|
||||
Editor: AsyncEditor,
|
||||
},
|
||||
props: {
|
||||
taskId: {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user