[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,10 +1,11 @@
|
||||
import { defineConfig } from "vite";
|
||||
import vue from "@vitejs/plugin-vue";
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
vue({
|
||||
base: "./",
|
||||
// 支持 Markdown 文件加载
|
||||
include: [/\.vue$/],
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user