mirror of
https://github.com/velocitatem/garlic.git
synced 2026-05-31 16:53:37 +00:00
Nuxt
This commit is contained in:
9
demo-nuxt/pages/index.vue
Normal file
9
demo-nuxt/pages/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<Tutorial/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'IndexPage'
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user