diff --git a/jsrepo.config.ts b/jsrepo.config.ts index fbba5f2..c743046 100644 --- a/jsrepo.config.ts +++ b/jsrepo.config.ts @@ -72,4 +72,4 @@ function defineComponent({ ] } ]; -} \ No newline at end of file +} diff --git a/src/components/code/CliInstallation.vue b/src/components/code/CliInstallation.vue index 7499269..9271a2a 100644 --- a/src/components/code/CliInstallation.vue +++ b/src/components/code/CliInstallation.vue @@ -14,8 +14,11 @@ />
- Vue Bits uses jsrepo to help you install components via CLI commands. Learn more about it - here. + Vue Bits uses + jsrepo + to help you install components via CLI commands. Learn more about it + here + .
diff --git a/src/components/common/TabbedLayout.vue b/src/components/common/TabbedLayout.vue index cc9a1ec..847b9d4 100644 --- a/src/components/common/TabbedLayout.vue +++ b/src/components/common/TabbedLayout.vue @@ -113,8 +113,8 @@ const subcategory = computed(() => route.params.subcategory); const toast = useToast(); const isTooltipVisible = ref(false); -const showTimeout = ref↗
+↗