Skip to content

Commit 4ab05af

Browse files
authored
refactor: Update ZiggyVue import path to use 'ziggy-js' (#51)
The import path for ZiggyVue has been updated from '../../vendor/tightenco/ziggy' to 'ziggy-js'. This change aligns with the updated package structure and ensures compatibility with the latest version of the Ziggy library. No breaking changes are introduced as the functionality remains the same.
1 parent 668d999 commit 4ab05af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { createInertiaApp } from '@inertiajs/vue3';
44
import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers';
55
import type { DefineComponent } from 'vue';
66
import { createApp, h } from 'vue';
7-
import { ZiggyVue } from '../../vendor/tightenco/ziggy';
7+
import { ZiggyVue } from 'ziggy-js';
88
import { initializeTheme } from './composables/useAppearance';
99

1010
// Extend ImportMeta interface for Vite...

0 commit comments

Comments
 (0)