Browse Source

内容库版本

xiebaomin 1 year ago
parent
commit
aaa91ddbd5
1 changed files with 15 additions and 0 deletions
  1. 15 0
      src/components/Editor/index.vue

+ 15 - 0
src/components/Editor/index.vue

@@ -0,0 +1,15 @@
+<template>
+  <div>
+
+  </div>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style lang="scss" scoped>
+
+</style>