stuff
This commit is contained in:
parent
c5696e28d1
commit
4ae480551b
9 changed files with 219 additions and 29 deletions
0
team/Emne2/skjermtilmodel/index.html
Normal file
0
team/Emne2/skjermtilmodel/index.html
Normal file
32
team/Emne2/skjermtilmodel/model.js
Normal file
32
team/Emne2/skjermtilmodel/model.js
Normal file
|
@ -0,0 +1,32 @@
|
|||
const model = {
|
||||
// app
|
||||
app: {
|
||||
|
||||
},
|
||||
|
||||
// input
|
||||
input: {
|
||||
|
||||
},
|
||||
|
||||
// data
|
||||
products: [
|
||||
{
|
||||
title: '',
|
||||
description: '',
|
||||
productno: 1149495,
|
||||
colors: [
|
||||
{
|
||||
text: 'Sort', code: 'black',
|
||||
}
|
||||
],
|
||||
brandLogo: 'url',
|
||||
price: 2190,
|
||||
},
|
||||
],
|
||||
products: [
|
||||
{ name: "Tv, lyd & Bilde", id: 1},
|
||||
{ name: 'Hodetelefoner', id: 2, parentId: 1 },
|
||||
{ name: 'Trådløse hodetelefoner', id: 3, parentId: 2 },
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue