摘要: 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 半糖也甜吖 阅读(1366) 评论(0) 推荐(0) 编辑
摘要: // prettier.config.jsmodule.exports = { /** * @description 尾随逗号 */ trailingComma: 'none', /** * @description 箭头函数 * @example avoid x => x * @example a 阅读全文
posted @ 2021-11-13 11:04 半糖也甜吖 阅读(900) 评论(0) 推荐(0) 编辑