摘要:
Vue2源码解读 - new Vue执行了什么? new关键字是实例化一个对象,而Vue实际上是一个类型,类在js中是用Function来实现的 初始Vue,源码src/core/instance/index.js 初始Vue的时候调用了this._init(options)方法 function 阅读全文
摘要:
一、报错信息内容 我是在Android Studio中运行启动react-native项目时报的这个错误 1、报错提示:Unable to load script.Make sure you're either running a metro server( run 'react-native st 阅读全文