feat: implement modals with vue router 4 #816

Merged
konrad merged 62 commits from dpschen/frontend:feature/vue3-modals-with-router-4 into main 2022-02-05 16:49:04 +00:00
1 changed files with 0 additions and 16 deletions
Showing only changes of commit 8f04b10e08 - Show all commits

View File

@ -5,22 +5,6 @@ import {getSavedFilterIdFromListId} from '@/helpers/savedFilter'
import SubscriptionModel from '@/models/subscription'
export default class ListModel extends AbstractModel {
id = 0
title = ''
description = ''
owner = UserModel
tasks = []
namespaceId = 0
isArchived = false
hexColor = ''
identifier = ''
backgroundInformation = null
isFavorite = false
subscription = null
position = 0
created = null
updated = null
constructor(data) {
super(data)