f
This commit is contained in:
@@ -25,7 +25,7 @@ onLoad(async (query) => {
|
||||
async function getProduct() {
|
||||
if (!feature.value)
|
||||
return
|
||||
const { data } = await useApiFetch(`/product/en/${feature.value}`)
|
||||
const { data } = await useApiFetch(`/product/en/${feature.value}`, { silent: true })
|
||||
.get()
|
||||
.json()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user