-
List 1
-
Has some description
+
+
{{ 15 + n + Math.floor((Math.random()*10)+1) }}
+
+
List {{ n }}
+
Has {{ "some".repeat(n) }} description
-
- delete
-
-
-
-
23
-
-
List 2
-
Has some description
-
-
- delete
-
-
-
-
7
-
-
List 3
-
Has some description
-
-
+
delete
@@ -49,6 +29,9 @@
methods: {
deleteList (itemIndex) {
console.log('Delete: ' + itemIndex)
+ },
+ gotoList (itemIndex) {
+ console.log('Goto: ' + itemIndex)
}
}
}