Appearance
function Vue(options) { if (!(this instanceof Vue)) { warn('Vue是一个构造函数,应使用“new”关键字调用'); } }