create new list UI

This commit is contained in:
Henry Jameson 2022-08-17 20:21:10 +03:00
commit faefd05c03
8 changed files with 61 additions and 198 deletions

View file

@ -1,5 +1,4 @@
import ListsCard from '../lists_card/lists_card.vue'
import ListsNew from '../lists_new/lists_new.vue'
const Lists = {
data () {
@ -8,8 +7,7 @@ const Lists = {
}
},
components: {
ListsCard,
ListsNew
ListsCard
},
computed: {
lists () {