Commit f62585db by zhangxingmin

push

parent e5ce04bf
......@@ -6,7 +6,7 @@ import path from 'path'
export default defineConfig({
plugins: [createVuePlugin()],
resolve: {
extensions: ['.vue', '.js', '.json'], // 自动解析 .js 后缀
extensions: ['.vue', '.js', '.json','ts'], // 自动解析 .js 后缀
alias: {
// 若有其他别名(如 @),根据实际目录配置
'@': path.resolve(__dirname) // 例如 @ 指向根目录
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment