MCPcopy
hub / github.com/tighten/ziggy / r

Function r

src/js/index.js:11–12  ·  view source on GitHub ↗
(name, params, absolute, config = options)

Source from the content-addressed store, hash-verified

9export 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;

Callers

nothing calls this directly

Calls 1

routeFunction · 0.85

Tested by

no test coverage detected