♻️(component): [space} 切换至 tsx

This commit is contained in:
sight
2022-08-29 16:23:30 +08:00
parent eee74b05f0
commit 8ea3ae78b0
6 changed files with 142 additions and 121 deletions

View File

@@ -1,4 +1,5 @@
import vue from "@vitejs/plugin-vue";
import vueJsx from "@vitejs/plugin-vue-jsx";
import Markdown from "vite-plugin-md";
import container from "markdown-it-container";
import preWrapper from "./pre-wrapper";
@@ -17,6 +18,7 @@ const plugins = [
vue({
include: [/\.vue$/, /\.md$/],
}),
vueJsx(),
Markdown({
markdownItOptions: {
html: true,