mirror of
https://github.com/bitinflow/nuxt-oauth.git
synced 2026-03-13 13:45:59 +00:00
first commit
This commit is contained in:
11
playground/pages/index.vue
Normal file
11
playground/pages/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
Index page
|
||||
<nuxt-link to="/login">
|
||||
Login
|
||||
</nuxt-link>
|
||||
<nuxt-link to="/guest">
|
||||
Guest
|
||||
</nuxt-link>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user