refactor: remove unused router import and layout args
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ createInertiaApp({
|
|||||||
progress: {
|
progress: {
|
||||||
color: '#4B5563',
|
color: '#4B5563',
|
||||||
},
|
},
|
||||||
layout(name, page) {
|
layout() {
|
||||||
return Layout;
|
return Layout;
|
||||||
},
|
},
|
||||||
resolve(name) {
|
resolve(name) {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
import { t } from 'i18next';
|
import { t } from 'i18next';
|
||||||
import dashboard from '@/routes/dashboard';
|
import dashboard from '@/routes/dashboard';
|
||||||
import history from '@/routes/history';
|
import history from '@/routes/history';
|
||||||
import { Link, router, usePage } from '@inertiajs/vue3';
|
import { Link, usePage } from '@inertiajs/vue3';
|
||||||
import { computed } from 'vue';
|
import { computed } from 'vue';
|
||||||
|
|
||||||
const page = usePage();
|
const page = usePage();
|
||||||
|
|||||||
Reference in New Issue
Block a user