本文实例讲述了JS回调函数 callback的理解与使用。分享给大家供大家参考,具体如下:
基本理解一个概念
回调函数回头再调用函数,等主干事情干完了,再回头干分支上的事情。
官方定义
A callback is a function that is passed as an argument to another function and is executed after its parent function has completed.
实例1
//定义主函数,回调函数作为参数
f
1.vuejs组件之间的调用components
注意:报错Do not use built-in or reserved HTML elements as component id:
修改组件的名字,例如不能使用address为组件名字
组件名字不要使用内置的或保留HTML元素为组件id,
App.vue是一个入口,vue必须注册才能使用
2.vue引入外部的css,放在和引入vue的位置一样
./代表当前项目,../代表上一级项目
import '../static/style/re