**1:安装**
cnpm install lodash -S
**2:main.js中导入**
import _ from 'lodash'
**3:绑定到Vue全局变量中使用**
Vue.prototype._ = _
4:在页面中使用
this._.now()
**1:安装**
cnpm install lodash -S
**2:main.js中导入**
import _ from 'lodash'
**3:绑定到Vue全局变量中使用**
Vue.prototype._ = _
4:在页面中使用
this._.now()