Remove inactive topics
This commit is contained in:
parent
a410f74764
commit
cbf82d3b4c
|
|
@ -19,17 +19,7 @@
|
|||
data: () => {
|
||||
return {
|
||||
topics: [
|
||||
{id: 1, title: 'Berufliche Grundbildung', active: true},
|
||||
{id: 2, title: 'Geld und Kauf'},
|
||||
{id: 3, title: 'Risiko und Sicherheit'},
|
||||
{id: 4, title: 'Demokratie und Mitgestaltung'},
|
||||
{id: 5, title: 'Kultur und Kunst'},
|
||||
{id: 6, title: 'Die Schweiz in Europa und der Welt'},
|
||||
{id: 7, title: 'Markt und Konsum'},
|
||||
{id: 8, title: 'Globale Herausforderungen'},
|
||||
{id: 9, title: 'Wohnen und Zusammenleben'},
|
||||
{id: 10, title: 'Arbeit und Zukunft'},
|
||||
{id: 11, title: 'Grundsätzliches zum Recht'}
|
||||
{id: 2, title: 'Geld und Kauf', active: true},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue