文章审批加保存
This commit is contained in:
21
ebts-ui/src/views/utils/Editor.vue
Normal file
21
ebts-ui/src/views/utils/Editor.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<div class="Editor">
|
||||
<ckeditor v-model="context"></ckeditor>
|
||||
<div>{{context}}</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "Editor",
|
||||
data(){
|
||||
return{
|
||||
context:""
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user