Initial commit
This commit is contained in:
65
vue/funkos.js
Normal file
65
vue/funkos.js
Normal file
@@ -0,0 +1,65 @@
|
||||
const funkos = [
|
||||
{
|
||||
title: 'Age of Ultron Wanda',
|
||||
img: 'aouwanda',
|
||||
price: 50,
|
||||
description: 'bob',
|
||||
rank: 1
|
||||
},
|
||||
{
|
||||
title: 'Anti Venom',
|
||||
img: 'antivenom',
|
||||
price: 50,
|
||||
description: 'bob',
|
||||
rank: 1
|
||||
},
|
||||
{
|
||||
title: 'Integrated Spiderman Suit',
|
||||
img: 'spidey',
|
||||
price: 50,
|
||||
description: 'bob',
|
||||
rank: 1
|
||||
},
|
||||
{
|
||||
title: 'Halloween Wanda',
|
||||
img: 'halwanda',
|
||||
price: 50,
|
||||
description: 'bob',
|
||||
rank: 1
|
||||
},
|
||||
{
|
||||
title: 'The Scarlet Witch',
|
||||
img: 'floatwanda',
|
||||
price: 50,
|
||||
description: 'bob',
|
||||
rank: 1
|
||||
},
|
||||
{
|
||||
title: 'Kate Bishop and Lucky the Dog',
|
||||
img: 'katebishop',
|
||||
price: 50,
|
||||
description: 'bob',
|
||||
rank: 1
|
||||
},
|
||||
{
|
||||
title: 'Yelena',
|
||||
img: 'yelena',
|
||||
price: 50,
|
||||
description: 'bob',
|
||||
rank: 1
|
||||
},
|
||||
{
|
||||
title: 'Civil War Wanda',
|
||||
img: 'cwwanda',
|
||||
price: 50,
|
||||
description: 'bob',
|
||||
rank: 1
|
||||
},
|
||||
{
|
||||
title: 'My fave funko',
|
||||
img: 'myfavefunko',
|
||||
price: 'priceless',
|
||||
description: 'arsehole',
|
||||
rank: -400
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user