parent
3975cffa32
commit
a17949fa1a
@ -0,0 +1,22 @@ |
|||||||
|
<template> |
||||||
|
<div class="app-container"> |
||||||
|
<div> |
||||||
|
富文本编辑器 |
||||||
|
</div> |
||||||
|
<div class="text-center"> |
||||||
|
<el-button type="primary">保存</el-button> |
||||||
|
<el-button>重置</el-button> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
export default { |
||||||
|
name: 'about_us' |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style scoped> |
||||||
|
|
||||||
|
</style> |
Loading…
Reference in new issue