@ebl-vue/editor-full 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebl-vue/editor-full",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "author": "lrj525@sina.com",
6
6
  "description": "结构化编辑器",
@@ -6,7 +6,7 @@
6
6
  <!-- <div class="ce-block__content ebl-editor-time-wrap">
7
7
  <span class="ebl-editor-time">最后修改时间:{{ lastUpdateTime }}</span>
8
8
  </div> -->
9
- <button @click="validate">保存</button>
9
+ <!-- <button @click="validate">保存</button> -->
10
10
 
11
11
  </div>
12
12
  </template>