We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2915b5c commit 20bdedeCopy full SHA for 20bdede
src/inertiajs-stubs/resources/js/app.js
@@ -3,6 +3,8 @@ require('./bootstrap')
3
import Inertia from 'inertia-vue'
4
import Vue from 'vue'
5
6
+Vue.use(Inertia)
7
+
8
let app = document.getElementById('app')
9
10
new Vue({
0 commit comments