hz-zhhq-web/node_modules/.cache/babel-loader/40304a2870258a3a67009d06011...

1 line
1.7 KiB
JSON
Raw Normal View History

2025-02-25 13:43:48 +08:00
{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js!E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\hz-zhhq-web\\src\\views\\healthmsg\\addhealthmsgDetail\\ue.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\healthmsg\\addhealthmsgDetail\\ue.vue","mtime":1737610069423},{"path":"E:\\hz-zhhq-web\\babel.config.js","mtime":1737610069371},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n//\n//\n//\n//\n//\n//\nvar _default = exports.default = {\n name: 'UE',\n data: function data() {\n return {\n editor: null\n };\n },\n props: {\n defaultMsg: {\n type: String\n },\n config: {\n type: Object\n }\n },\n mounted: function mounted() {\n var _this = this;\n this.editor = UE.getEditor('editor', this.config); // 初始化UE\n this.editor.addListener(\"ready\", function () {\n _this.editor.setContent(_this.defaultMsg); // 确保UE加载完成后放入内容。\n });\n },\n methods: {\n getUEContent: function getUEContent() {\n // 获取内容方法\n return this.editor.getContent();\n }\n },\n destroyed: function destroyed() {\n this.editor.destroy();\n }\n};",null]}