build(deps): update deps

ISSUES CLOSED: \
This commit is contained in:
Soybean
2022-05-14 00:57:23 +08:00
parent a1c7e10574
commit 3f822a7d76
3 changed files with 177 additions and 205 deletions

View File

@ -12,7 +12,7 @@
<script setup lang="ts">
import { ref, watch, onMounted, onUnmounted } from 'vue';
import Vditor from 'vditor';
import 'vditor/src/assets/scss/index.scss';
import 'vditor/dist/index.css';
import { useThemeStore } from '@/store';
const theme = useThemeStore();