fix task remove label test
This commit is contained in:
parent
700fce3c2c
commit
f3358269e5
5 changed files with 19 additions and 23 deletions
|
|
@ -30,7 +30,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import AsyncEditor from '@/components/input/AsyncEditor'
|
||||
import Editor from '@/components/input/editor.vue'
|
||||
|
||||
import {LOADING} from '@/store/mutation-types'
|
||||
import {mapState} from 'vuex'
|
||||
|
|
@ -38,7 +38,7 @@ import {mapState} from 'vuex'
|
|||
export default {
|
||||
name: 'description',
|
||||
components: {
|
||||
editor: AsyncEditor,
|
||||
Editor,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
Reference in a new issue