Skip to content

Instantly share code, notes, and snippets.

@eyaadh

eyaadh/App.vue Secret

Created November 9, 2023 06:17
Show Gist options
  • Save eyaadh/a0e46e309ef20a1aec502c27538feda3 to your computer and use it in GitHub Desktop.
Save eyaadh/a0e46e309ef20a1aec502c27538feda3 to your computer and use it in GitHub Desktop.
Agora App.vue
<template>
<div class="mx-auto py-10 max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="mx-auto max-w-3xl">
<router-view />
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment