Skip to main content
Glama
App.vue734 B
<script setup lang="ts"> import LocaleSwitcher from '@components/LocaleSwitcher.vue'; import RouterLink from '@components/RouterLink.vue'; import { useI18nHTMLAttributes } from '@composables/useI18nHTMLAttributes'; import { useEditor } from 'vue-intlayer'; // Apply HTML language attributes based on current locale useI18nHTMLAttributes(); useEditor(); </script> <template> <nav> <RouterLink to="/">Root</RouterLink> <RouterLink to="/home">Home</RouterLink> <RouterLink to="/test">Test</RouterLink> <LocaleSwitcher /> </nav> <RouterView /> </template> <style> nav { position: fixed; width: 100%; display: flex; justify-content: center; top: 0; left: 0; gap: 2rem; margin-top: 1rem; } </style>

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server