use meilisearch client directly for articles and pdockq matrix
parent
b67d11fa
No related branches found
No related tags found
Showing
- components/content/ArticleDoi.vue 4 additions, 8 deletionscomponents/content/ArticleDoi.vue
- components/content/RefArticle.vue 1 addition, 1 deletioncomponents/content/RefArticle.vue
- components/content/pdockqMatrix.vue 2 additions, 2 deletionscomponents/content/pdockqMatrix.vue
- composables/useFetchArticle.ts 7 additions, 24 deletionscomposables/useFetchArticle.ts
- eslint.config.mjs 7 additions, 0 deletionseslint.config.mjs
- package-lock.json 14150 additions, 12500 deletionspackage-lock.json
- package.json 6 additions, 2 deletionspackage.json
- types/articles.ts 9 additions, 9 deletionstypes/articles.ts
eslint.config.mjs
0 → 100644
This diff is collapsed.
... | @@ -27,7 +27,11 @@ | ... | @@ -27,7 +27,11 @@ |
"@vueuse/nuxt": "^10.7.1", | "@vueuse/nuxt": "^10.7.1", | ||
"nuxt": "^3.11.1", | "nuxt": "^3.11.1", | ||
"nuxt-meilisearch": "^1.1.0", | "nuxt-meilisearch": "^1.1.0", | ||
"vuetify-nuxt-module": "^0.9.0" | "vuetify-nuxt-module": "^0.9.0", | ||
"@antfu/eslint-config": "^2.11.6", | |||
"eslint-plugin-format": "^0.1.0", | |||
"@unocss/eslint-plugin": "^0.58.8", | |||
"eslint": "9.0.0-rc.0" | |||
}, | }, | ||
"overrides": { | "overrides": { | ||
"vue": "latest" | "vue": "latest" | ||
... | @@ -42,4 +46,4 @@ | ... | @@ -42,4 +46,4 @@ |
"pinia": "^2.1.6", | "pinia": "^2.1.6", | ||
"yaml": "^2.3.3" | "yaml": "^2.3.3" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment