free-fe-core-modules 0.1.2 → 0.1.4

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.
@@ -31,10 +31,10 @@
31
31
  v-if="!Field.ReadOnly"
32
32
  ref="tiny"
33
33
  api-key="wh7g3etkwrso25e0wcpqrx8uvoa51toag3j92mllkajtg1xb"
34
- tinymce-script-src="tiny/tiny7.js"
34
+ tinymce-script-src="/tiny/tiny7.js"
35
35
  :init="{
36
36
  placeholder: Field.Placeholder || '',
37
- language_url: 'tiny/langs/zh_cn.js',
37
+ language_url: '/tiny/langs/zh_cn.js',
38
38
  language: 'zh_cn',
39
39
  plugins: Field.ReadOnly ? [] : this.plugins,
40
40
  menubar: Field.ReadOnly ? [] : this.menubar,
@@ -141,7 +141,7 @@ export default defineComponent({
141
141
  if (props.Field && props.Field.Info && props.Field.Info.KeepChanged) {
142
142
  onMounted(() => {
143
143
  nextTick(() => {
144
- props.$emit("input", props.Field);
144
+ emit("input", props.Field);
145
145
  });
146
146
  });
147
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-fe-core-modules",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/freeeis/free-fe-core-modules.git",
6
6
  "author": "zhiquan",