Sign in
apache
/
grails-profiles
/
refs/heads/develocity-auth
/
.
/
vue
/
skeleton
/
client
/
src
/
App.vue
blob: 8017a431ee5daf477fd27313f172f4ffaf9d38d5 [
file
] [
log
] [
blame
]
<template>
<div
id
=
"app"
>
<router-view/>
</div>
</template>
<script>
export
default
{
name
:
'app'
}
</script>