Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3e6844eb
authored
Aug 12, 2019
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Inertia and simplify routes
1 parent
81d4cf01
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
package-lock.json
resources/js/app.js
package-lock.json
View file @
3e6844e
This diff is collapsed.
Click to expand it.
resources/js/app.js
View file @
3e6844e
...
@@ -3,7 +3,7 @@ import PortalVue from 'portal-vue'
...
@@ -3,7 +3,7 @@ import PortalVue from 'portal-vue'
import
Vue
from
'vue'
import
Vue
from
'vue'
Vue
.
config
.
productionTip
=
false
Vue
.
config
.
productionTip
=
false
Vue
.
mixin
({
methods
:
{
route
:
(...
args
)
=>
window
.
route
(...
args
).
url
()
}
})
Vue
.
mixin
({
methods
:
{
route
:
window
.
route
}
})
Vue
.
use
(
Inertia
)
Vue
.
use
(
Inertia
)
Vue
.
use
(
PortalVue
)
Vue
.
use
(
PortalVue
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment