baseEditer.vue 155 B

12345678910
  1. <template>
  2. <div id="baseEditer"></div>
  3. </template>
  4. <style lang="less" scoped>
  5. #baseEditer {
  6. background: #ccc;
  7. width: 100%;
  8. height: 100%;
  9. }
  10. </style>