@@ -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({
@@ -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)