I recently updated my node to 7.2.1 and noticed that there is a warning coming: (node:4346) DeprecationWarning: Calling an asynchronous function without callback is deprecated. What is this 4346 for? I only have 2000 lines in the js file, so it can't…
DeprecationWarning: Calling an asynchronous function without callback is deprecated. 翻译: 不建议在不回调的情况下调用异步函数. 命令: node index.js 返回的信息有限. (node:9276) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. at makeC…
全局配置 Vue.config is an object containing Vue's global configurations. You can modify its properties listed below before bootstrapping your application: Vue.config是包含Vue的全局配置的对象.在启动应用程序之前,可以修改下面列出的属性: 英文原文出自:https://vuejs.org/v2/api/#performance silent…