diff --git a/bookshop/app/vue.html b/bookshop/app/vue.html new file mode 100644 index 00000000..0a9c4574 --- /dev/null +++ b/bookshop/app/vue.html @@ -0,0 +1,54 @@ + + + +
+| Book | +Author | +Genre | +Price | + +
|---|---|---|---|
| {{ book.title }} | +{{ book.author }} | +{{ book.genre.name }} | +{{ book.currency.symbol }} {{ book.price }} | +
{{ info }}
+