diff --git a/src/components/Selection.vue b/src/components/Selection.vue new file mode 100644 index 0000000..61a9f92 --- /dev/null +++ b/src/components/Selection.vue @@ -0,0 +1,206 @@ + + + + Translation + + + + {{tr["language"]?`(${tr["language"]})`:null}} {{tr['translation']}} + + + + + Books + + + + {{books[bk]['name']}} + + + + + Chapters + + + {{chapters[ch]['chapter']}} + + + + + + + \ No newline at end of file