12 2021 档案
摘要:1.首先说一下流程: 打包vue项目,打包后的dist直接放在自动生成的路径就好 npm run build 下载安装nginx,安装过程就不再说了 打开conf文件夹中的nginx.conf,修改以下地方: #user nobody; worker_processes 1; #error_log
阅读全文
摘要:包括:(代码中都有具体用法) 固定列和表头: fixed 表格的最大高度: max-height 高亮当前行: highlight-current-row 首列增加索引: type="index" 自定义索引的话再加 :index="indexMethod" 删除行: deleteRow 某一行/单
阅读全文
摘要:vscode中vue项目启动时报错: These dependencies were not found: * throttle-debounce/debounce in ./node_modules/element-ui/lib/tooltip.js* throttle-debounce/thro
阅读全文