摘要:
import { defineConfig, loadEnv } from 'vite'; import vue from '@vitejs/plugin-vue'; import { resolve } from 'path'; import vueJsx from '@vitejs/plugin 阅读全文
posted @ 2021-11-13 11:06
半糖也甜吖
阅读(1385)
评论(0)
推荐(0)
摘要:
// prettier.config.jsmodule.exports = { /** * @description 尾随逗号 */ trailingComma: 'none', /** * @description 箭头函数 * @example avoid x => x * @example a 阅读全文
posted @ 2021-11-13 11:04
半糖也甜吖
阅读(940)
评论(0)
推荐(0)