[add] first
This commit is contained in:
parent
e8f95a4d4d
commit
0f19b5b19b
6473
package-lock.json
generated
Normal file
6473
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,13 @@
|
|||||||
import { defineConfig } from "vite";
|
|
||||||
import vue from "@vitejs/plugin-vue";
|
import vue from "@vitejs/plugin-vue";
|
||||||
|
import { defineConfig } from "vite";
|
||||||
|
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [
|
plugins: [
|
||||||
vue({
|
vue({
|
||||||
// 支持 Markdown 文件加载
|
base: "./",
|
||||||
include: [/\.vue$/],
|
// 支持 Markdown 文件加载
|
||||||
}),
|
include: [/\.vue$/],
|
||||||
],
|
}),
|
||||||
|
],
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user