zhuf 1 рік тому
батько
коміт
a97a02c6c2
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      src/components/TinymceVue/index.vue
  2. 1 1
      src/main.js

+ 1 - 1
src/components/TinymceVue/index.vue

@@ -74,7 +74,7 @@ export default defineComponent({
           editor = _editor;
         },
         // TODO: change here
-        automatic_uploads: false,
+        automatic_uploads: true,
         images_upload_handler: (blobInfo, progress) => {
           const file = blobInfo.blob();
           return request({

+ 1 - 1
src/main.js

@@ -9,7 +9,7 @@ import 'normalize.css'
 
 import ElementUI from 'element-ui'
 import 'element-ui/lib/theme-chalk/index.css'
-Vue.use(ElementUI)
+Vue.use(ElementUI, { zIndex: 300 })
 
 import { createPinia, PiniaVuePlugin } from 'pinia'
 Vue.use(PiniaVuePlugin)