Edge
Search...
Ctrl + K
ES6+
import & export
Copy
import _ from 'lodash';
是下列写法的简写形式:
Copy
import { default as _ } from 'lodash';
Previous
ES6 Modules
Next
React
Last updated
6 years ago