diff --git a/src/App.vue b/src/App.vue index 24e9a96..03d6af3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,18 +1,19 @@ diff --git a/src/components/Matrix.vue b/src/components/Matrix.vue index 531e2a5..1f23f57 100644 --- a/src/components/Matrix.vue +++ b/src/components/Matrix.vue @@ -3,19 +3,24 @@

Code-Matrix

- {{matrix[(i - 1)*5 + (j - 1)]}} + {{matrix[(i - 1)*size + (j - 1)]}}
diff --git a/src/components/Sequences.vue b/src/components/Sequences.vue new file mode 100644 index 0000000..ed05921 --- /dev/null +++ b/src/components/Sequences.vue @@ -0,0 +1,24 @@ + + + diff --git a/src/components/Timer.vue b/src/components/Timer.vue index 498154b..710eeac 100644 --- a/src/components/Timer.vue +++ b/src/components/Timer.vue @@ -6,18 +6,16 @@