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 20bdede commit b4ce8c4Copy full SHA for b4ce8c4
src/inertiajs-stubs/resources/js/Shared/Layout.vue
@@ -19,7 +19,7 @@
19
<inertia-link class="nav-link" href="/contact">Contact</inertia-link>
20
</li>
21
</ul>
22
-
+
23
</div>
24
25
</nav>
@@ -37,13 +37,3 @@
37
</main>
38
39
</template>
40
41
-<script>
42
-import { InertiaLink } from 'inertia-vue'
43
44
-export default {
45
- components: {
46
- InertiaLink,
47
- },
48
-}
49
-</script>
0 commit comments