11 2023 档案

摘要:执行:npm run serve 出现:error:0308010C:digital envelope routines::unsupported 原因:npm 版本升级 解决:package.json 增加配置 "scripts": { "serve": "set NODE_OPTIONS ope 阅读全文
posted @ 2023-11-24 17:01 半日闲1 阅读(98) 评论(0) 推荐(0)
摘要:Error: unable to start container 问题:podman 修改存储文件之后无法起容器 解决:重启podman服务:systemctl restart podman 阅读全文
posted @ 2023-11-16 15:06 半日闲1 阅读(162) 评论(0) 推荐(0)
摘要:css类 <template> <div class="home"> <HelloWorld msg="Welcome to Your Vue.js App"/> </div> </template> <style> .home { height: 100%; width: 100%; backgr 阅读全文
posted @ 2023-11-01 23:58 半日闲1 阅读(116) 评论(0) 推荐(0)
摘要:1. 安装 npm install element-plus --save 2. main.js 引入 import * as Elicons from "@element-plus/icons-vue"; for (const name in Elicons) { app.component(na 阅读全文
posted @ 2023-11-01 17:27 半日闲1 阅读(439) 评论(0) 推荐(0)