ES6 中的 import 语法
📖

ES6 中的 import 语法

Created
Jan 2, 2022 04:17 AM
Tags
javascript
Property
Vue中导入模块,存在以下情况:
  1. import './style/common.css',导入整个模块,而不是模块中的接口,这样会运行模块中的全局代码;
  1. import './test',包括:
    1. import ... from ...
    2. import ... from ...
    3.