Second commit
added few test, first api to add book
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
import BooksBrowser from './BooksBrowser.vue'
|
||||
import AppNavBar from './AppNavBar.vue'
|
||||
import { RouterView } from 'vue-router'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -8,7 +8,7 @@
|
||||
<AppNavBar/>
|
||||
</header>
|
||||
<main class="section">
|
||||
<BooksBrowser/>
|
||||
<RouterView />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user