RuoYi преди 4 седмици
родител
ревизия
e19f1abfeb
променени са 1 файла, в които са добавени 2 реда и са изтрити 4 реда
  1. 2 4
      ruoyi-ui/src/components/Editor/index.vue

+ 2 - 4
ruoyi-ui/src/components/Editor/index.vue

@@ -18,7 +18,7 @@
 </template>
 
 <script>
-import axios from 'axios'
+import axios from "axios"
 import Quill from "quill"
 import "quill/dist/quill.core.css"
 import "quill/dist/quill.snow.css"
@@ -101,7 +101,7 @@ export default {
         style.height = `${this.height}px`
       }
       return style
-    },
+    }
   },
   watch: {
     value: {
@@ -217,8 +217,6 @@ export default {
     }
   }
 }
-
- 
 </script>
 
 <style>