index.js 207 B

12345678910
  1. /*
  2. * @Author: WangJiaCheng
  3. * @Date: 2021-09-14 16:24:09
  4. * @LastEditors: wjc
  5. * @LastEditTime: 2021-09-16 10:56:25
  6. * @Description:
  7. */
  8. import EditorArea from './EditorArea.vue'
  9. export default EditorArea