Skip to content
Snippets Groups Projects

Uniq molstar plugin per page

Merged Remi PLANEL requested to merge uniq-molstar-plugin-per-page into dev
3 files
+ 47
43
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -38,18 +38,6 @@ onMounted(async () => {
})
// onBeforeMount(async () => {
// const { data } = await useAsyncMeiliSearch({
// index: toValue(dbName), query: "", params: {
// facets: ["*"],
// filter: [],
// page: 1,
// hitsPerPage: 25,
// }
// })
// autocompleteMeiliFacetsProps.value.facetDistribution = toValue(data)?.facetDistribution
// })
const autocompleteMeiliFacetsProps = ref<AutocompleteMeiliFacetProps>({
db: toValue(dbName),
Loading