Initial commit
This commit is contained in:
20
frontend/src/components/AppContent.vue
Normal file
20
frontend/src/components/AppContent.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<main>
|
||||
<router-view></router-view>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'AppContent'
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
main {
|
||||
padding: 20px;
|
||||
background-color: #ffffff;
|
||||
flex: 1;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user