02 2023 档案
摘要:参考资料:https://blog.csdn.net/sinat_41292836/article/details/116499810 babel.config.js module.exports = { presets: [ [ '@vue/app', { targets: { browsers:
阅读全文
摘要:https://github.com/vitejs/vite/pull/9507 将 vite 版本改为新版本即可解决。我原本的是 v3.0.0 的版本。不过 @vitejs/plugin-legacy 的版本倒无所谓,我依然保持着低版本。 pnpm i vite@3.2.5 @vitejs/plu
阅读全文
摘要:Unable to close windows in normal mode with ctrl-w · Issue #2056 · VSCodeVim/Vim - Google Chrome 方法1:settings.json 加入 "vim.handleKeys": { "<C-w>": fal
阅读全文
摘要:https://stackoverflow.com/questions/58306002/vs-code-vim-extension-copy-and-paste Paste the following inside your VS Code's settings.json file: "vim.u
阅读全文
摘要:rollup-plugin-vue2 的配置可以包括: 1. css: 是否将 vue 组件的样式作为单独的文件打包。2. compilerOptions: Vue 编译器的设置,可以设置其为 runtimeOnly 或 standalone 模式。3. preprocessStyles: 在样式编
阅读全文