fix: 修复markdown引入问题

This commit is contained in:
chenchun
2026-02-02 18:04:12 +08:00
parent 4441244575
commit 790fca50f3

View File

@@ -11,6 +11,8 @@ import useConfigStore from "@/stores/config";
import { ElConfigProvider } from "element-plus"; import { ElConfigProvider } from "element-plus";
import useUserStore from "@/stores/user.js"; import useUserStore from "@/stores/user.js";
import { onMounted, watch, computed } from "vue"; import { onMounted, watch, computed } from "vue";
import "@/assets/atom-one-dark.css";
import "@/assets/github-markdown.css";
const userStore = useUserStore(); const userStore = useUserStore();
import zhCn from "element-plus/dist/locale/zh-cn.mjs"; import zhCn from "element-plus/dist/locale/zh-cn.mjs";
const locale = zhCn; const locale = zhCn;