Context app added misc - media

This commit is contained in:
Bahadır Sofuoğlu
2022-11-29 14:50:43 +03:00
parent a9b61fb661
commit 83497afd6c
4 changed files with 14 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ const filteredIcons = computed(() => {
});
onMounted(() => {
fetch(contextPath + 'data/icons.json', { headers: { 'Cache-Control': 'no-cache' } })
fetch(contextPath + 'demo/data/icons.json', { headers: { 'Cache-Control': 'no-cache' } })
.then((res) => res.json())
.then((d) => {
let icons = d.icons;