从Vue源码学习JavaScript 之 this instanceof Vue

通过 this instanceof Vue 来判断有没有用 new 关键词调用。 那么,为什么可以这么判断呢?我们分别了解一下 `this` 和 `instanceof` 的用法。