摘要: 阅读全文
posted @ 2022-12-22 14:23 树之下 阅读(16) 评论(0) 推荐(0)
摘要: //查看路径信息 npm config ls npm config set prefix "D:\Program Files\nodejs\node_gobal" npm config set cache "D:\Program Files\nodejs\node_cache" //yarn yar 阅读全文
posted @ 2022-12-22 13:17 树之下 阅读(86) 评论(0) 推荐(0)
摘要: 夫传子 父组件代码 子组件代码 效果展示 <template> <h1>{{ msg }}</h1> </template> <script> export default { name: 'HelloWorld', props: { msg:{ type:String, default:"" } 阅读全文
posted @ 2022-12-22 10:58 树之下 阅读(20) 评论(0) 推荐(0)
摘要: 前言 相关官方文档:https://cn.vuejs.org/guide/introduction.html https://cli.vuejs.org/zh/guide/ 创建vue-cli项目 vue create test1 后续选择 项目目录 项目目录结构 components:一些复用组件 阅读全文
posted @ 2022-12-22 10:35 树之下 阅读(26) 评论(0) 推荐(0)