mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
17 lines
174 B
Vue
17 lines
174 B
Vue
<template>
|
|
<div class="app">
|
|
<router-view></router-view>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
name: 'App',
|
|
components: {}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|