Skip to content
Snippets Groups Projects
Commit 40e1fa93 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Force initPfam to run client-side

parent 182a3a17
Branches
No related tags found
1 merge request!30Add mermaid experimental validation
Pipeline #115727 failed
...@@ -33,8 +33,9 @@ function filterOnlyCapsText(value, query, item) { ...@@ -33,8 +33,9 @@ function filterOnlyCapsText(value, query, item) {
return false; return false;
} }
const { initPfam } = usePfamStore(); const { initPfam } = usePfamStore();
onMounted(() => {
initPfam(); initPfam();
})
</script> </script>
<template> <template>
<v-card> <v-card>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment