(name, params, absolute, config = options)
| 9 | export const ZiggyVue = { |
| 10 | install(app, options) { |
| 11 | const r = (name, params, absolute, config = options) => |
| 12 | route(name, params, absolute, config); |
| 13 | |
| 14 | if (parseInt(app.version) > 2) { |
| 15 | app.config.globalProperties.route = r; |