Update index.vue

parent 613d7e20
...@@ -335,8 +335,8 @@ ...@@ -335,8 +335,8 @@
<script lang="ts"> <script lang="ts">
import { defineComponent, PropType, ref, Ref } from 'vue'; import { defineComponent, PropType, ref, Ref } from 'vue';
import { i18n } from 'src/boot/i18n'; import { i18n } from 'src/boot/i18n';
import { Editor } from 'react-draft-wysiwyg';
import 'react-draft-wysiwyg/dist/react-draft-wysiwyg.css';
export default defineComponent({ export default defineComponent({
props: { props: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment