test commit - remove later
This commit is contained in:
@@ -12,7 +12,7 @@ const emit = defineEmits<{
|
||||
}>()
|
||||
|
||||
const { data: items } = useFetch<Array<{ id: number; iconPath: string }>>(
|
||||
CDRAGON_BASE + 'plugins/rcp-be-lol-game-data/global/default/v1/items.json',
|
||||
'/api/cdragon/items',
|
||||
{
|
||||
lazy: true, // Don't block rendering
|
||||
server: false // Client-side only
|
||||
|
||||
Reference in New Issue
Block a user