Files
traefik/webui/src/boot/lodash.js
2019-08-26 18:15:41 +02:00

8 lines
155 B
JavaScript

import lodash from 'lodash'
import { APP } from '../_helpers/APP'
export default async ({ app, Vue }) => {
Vue.prototype.$_ = app._ = APP._ = lodash
}