import & export

import _ from 'lodash';

是下列写法的简写形式:

import { default as _ } from 'lodash';

Last updated