diff --git a/src/components/DictionaryTable.vue b/src/components/DictionaryTable.vue
new file mode 100644
index 0000000..33a011c
--- /dev/null
+++ b/src/components/DictionaryTable.vue
@@ -0,0 +1,84 @@
+
+
+
+
+ {{ keyHeader }} |
+ {{ valueHeader }} |
+
+
+
+
+
+ {{ item[0] }} |
+
+ {{ item[1] }}
+
+
+
+ |
+
+
+
+
+
+
+
+
+