3 Matching Annotations
  1. May 2020
  2. Dec 2019
    1. import Vue from 'vue';

      这里需要配置 eslint, 不然会报Parsing error: 'import' and 'export' may appear only with 'sourceType: module'eslint

  3. Nov 2019
    1. foo.call({ id: 42 });

      在 Chrome 的 console 执行时, id 显示的是全局声明的变量。