diff --git a/front/.prettierignore b/front/.prettierignore new file mode 100644 index 0000000..a48cf0d --- /dev/null +++ b/front/.prettierignore @@ -0,0 +1 @@ +public diff --git a/front/index.html b/front/index.html index 65dbdc5..7a40a40 100644 --- a/front/index.html +++ b/front/index.html @@ -1,10 +1,10 @@ - + - - - - + + + + Personal Library Manager diff --git a/front/src/AddBook.vue b/front/src/AddBook.vue index fb59f7a..7de5dcf 100644 --- a/front/src/AddBook.vue +++ b/front/src/AddBook.vue @@ -1,60 +1,69 @@