justboil / admin-one-vue-tailwind

Free Vue.js 3.x Tailwind 3.x admin dashboard template with dark mode. Vite builds. Pinia state. Laravel integration available
https://justboil.github.io/admin-one-vue-tailwind/
MIT License
2.13k stars 402 forks source link

documention out of date related to laravel integration #32

Closed AhmedHelalAhmed closed 1 year ago

AhmedHelalAhmed commented 1 year ago

Hello Please we need to update here https://github.com/justboil/admin-one-vue-tailwind/tree/master/.laravel-guide

import { Head } from '@inertiajs/inertia-vue3' To be like that

import {Link} from '@inertiajs/vue3' Note: This is not the only change required so we can include the following link https://inertiajs.com/upgrade-guide

vikdiesel commented 1 year ago

Hi, thank you) The guide has been updated

AhmedHelalAhmed commented 1 year ago

Great work Thank you