
vue学习
小青头
正在努力学习ing
展开
-
[Vue warn]: Unknown custom element: <vhead> - did you register the component correctly? For recursiv
[Vue warn]: Unknown custom element: <vhead> - did you register the component correctly? For recursive components, make sure to provide the "name" option.出错代码<div id="app"> 我是父组件...原创 2019-10-21 13:43:23 · 5687 阅读 · 0 评论 -
Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equ
Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM templates. You should probably use "msg-head" instead of "msgHead".报错代码...原创 2019-10-21 13:40:29 · 1055 阅读 · 0 评论 -
axios使用方法
axios使用方法axios相当于ajax,对后端发起请求,获取数据下载系统已经安装nodejs和npm包管理后,可以直接安装在当前工作目录下npm init --yes 将包管理导入到这个项目中npm install axios -S 安装axios使用直接script导入<script src="./node_modules/axios/dist/axios.js"...原创 2019-10-13 11:25:20 · 290 阅读 · 0 评论