askbot-dragon 1.6.18-beta → 1.6.19-beta

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": "askbot-dragon",
3
- "version": "1.6.18-beta",
3
+ "version": "1.6.19-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -863,8 +863,6 @@
863
863
  import { forMatTime } from "./utils/format_date";
864
864
  let that
865
865
  import {multipartUpload,ossFileUrl} from "./utils/AliyunIssUtil";
866
- // import MyimageUpload from './utils/ckeditorImageUpload/plugin-image'
867
- import MyFileUpload from './utils/ckeditorfileUpload/plugin_file'
868
866
  import MyEditor from './MyEditor'
869
867
  import myPopup from "./myPopup.vue";
870
868
  import Tree from '../components/tree'