Remove inactive topics

This commit is contained in:
Ramon Wenger 2018-10-20 12:46:46 +02:00
parent a410f74764
commit cbf82d3b4c
1 changed files with 1 additions and 11 deletions

View File

@ -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},
]
}
}