Commit 3e6844eb by Jonathan Reinink

Update Inertia and simplify routes

1 parent 81d4cf01
......@@ -3,7 +3,7 @@ import PortalVue from 'portal-vue'
import Vue from 'vue'
Vue.config.productionTip = false
Vue.mixin({ methods: { route: (...args) => window.route(...args).url() } })
Vue.mixin({ methods: { route: window.route } })
Vue.use(Inertia)
Vue.use(PortalVue)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!