feat: 同步

This commit is contained in:
wf 2024-06-17 19:29:26 +08:00
parent a0915c9cdd
commit 115ca08563

View File

@ -18,6 +18,7 @@ import { vue } from "@codemirror/lang-vue";
defineOptions({ name: "CodeView" });
// Props
interface Props {
type?: "javascript" | "vue" | "json";