diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/2018/simple-vue-nuxt-app/components/Book.vue b/2018/simple-vue-nuxt-app/components/Book.vue index 58a39da..5f4702e 100644 --- a/2018/simple-vue-nuxt-app/components/Book.vue +++ b/2018/simple-vue-nuxt-app/components/Book.vue @@ -1,37 +1,46 @@ diff --git a/2018/simple-vue-nuxt-app/components/page-navigation.vue b/2018/simple-vue-nuxt-app/components/page-navigation.vue new file mode 100644 index 0000000..91b5cfa --- /dev/null +++ b/2018/simple-vue-nuxt-app/components/page-navigation.vue @@ -0,0 +1,29 @@ + + + + + diff --git a/2018/simple-vue-nuxt-app/layouts/default.vue b/2018/simple-vue-nuxt-app/layouts/default.vue index 5ac3b4e..db6cdf8 100644 --- a/2018/simple-vue-nuxt-app/layouts/default.vue +++ b/2018/simple-vue-nuxt-app/layouts/default.vue @@ -1,7 +1,24 @@ + + + diff --git a/2018/simple-vue-nuxt-app/pages/books/index.vue b/2018/simple-vue-nuxt-app/pages/books/index.vue index fd7c609..76f7072 100644 --- a/2018/simple-vue-nuxt-app/pages/books/index.vue +++ b/2018/simple-vue-nuxt-app/pages/books/index.vue @@ -1,9 +1,10 @@