0👍
I think you can try
window._ = require('lodash')
or
import lodash from 'lodash'
window._ = lodash
- [Vuejs]-Why is my false conditional element fickering while route is loading?
- [Vuejs]-How do i use spread operator for multiple vuex modules?
Source:stackexchange.com