PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
tightenco
/
ziggy
/
src
/
js
import route from './index.js'; export const ZiggyVue = { install: (v, options) => v.mixin({ methods: { route: (name, params, absolute, config = options) => route(name, params, absolute, config), }, }), };
[+]
..
[-] Route.js
[edit]
[-] Router.js
[edit]
[-] index.js
[edit]
[-] vue.js
[edit]