1 line
1.8 KiB
JSON
1 line
1.8 KiB
JSON
{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js!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\\activeinfo\\addActiveInfoDetail\\ue.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\activeinfo\\addActiveInfoDetail\\ue.vue","mtime":1737610069400},{"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\\thread-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":["//\n//\n//\n//\n//\n//\n\nexport 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]} |