dc-editor-vue 1.0.4 → 1.0.6
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/dist/fo-editor-vue.es.js +1 -1
- package/package.json +2 -2
package/dist/fo-editor-vue.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as s, shallowRef as n, watch as u, onMounted as c, onUnmounted as d, openBlock as i, createElementBlock as f, normalizeStyle as _, normalizeClass as p } from "vue";
|
|
2
2
|
import { createFoEditor as v } from "dc-editor";
|
|
3
3
|
import { defaultConfig as b } from "dc-editor";
|
|
4
|
-
import { defaultConfigurationwk as defaultConfigurationwk } from "
|
|
4
|
+
import { defaultConfigurationwk as defaultConfigurationwk } from "dc-editor";
|
|
5
5
|
const m = /* @__PURE__ */ s({
|
|
6
6
|
__name: "Editor",
|
|
7
7
|
props: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dc-editor-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "editor",
|
|
5
5
|
"author": " ",
|
|
6
6
|
"homepage": "",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"build": "yarn run clean-build &&vite build && vue-tsc --declaration --emitDeclarationOnly"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"dc-editor": "^1.0.
|
|
25
|
+
"dc-editor": "^1.0.2",
|
|
26
26
|
"vue": "^3.2.47"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|