feat: make totop optional and normal

This commit is contained in:
2022-08-10 11:40:02 -04:00
parent de40d01939
commit b739e46fe7
5 changed files with 23 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
import Services from "@/components/index/services.vue";
import About from "@/components/index/about.vue";
definePageMeta({ layout: "withtop" });
useTitle("Home");
</script>