mirror of
https://github.com/velocitatem/garlic.git
synced 2026-05-31 08:43:36 +00:00
10 lines
96 B
Vue
10 lines
96 B
Vue
<template>
|
|
<Tutorial/>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'IndexPage'
|
|
}
|
|
</script>
|