forked from AkkomaGang/admin-fe
11 lines
120 B
Vue
11 lines
120 B
Vue
<template>
|
|
<div id="app">
|
|
<router-view/>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default{
|
|
name: 'App'
|
|
}
|
|
</script>
|