📜  未知的自定义元素:<inertia-link> - 您是否正确注册了组件? - Javascript代码示例

📅  最后修改于: 2022-03-11 15:03:36.794000             🧑  作者: Mango

代码示例1
// If you alredy installed inertia modify import in app.js
// do this
import { createInertiaApp, Link } from '@inertiajs/inertia-vue'
// insted of this
import { createInertiaApp } from '@inertiajs/inertia-vue'
// than add in app.js this line
Vue.component("inertia-link", Link)