@explorer-1/vue 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -21,6 +21,10 @@ export const BlockCardGridData = [
|
|
|
21
21
|
width: 800
|
|
22
22
|
},
|
|
23
23
|
srcSet: 'https://picsum.photos/400/200 320w, https://picsum.photos/800/400 1024w'
|
|
24
|
+
},
|
|
25
|
+
link: {
|
|
26
|
+
page: null,
|
|
27
|
+
externalLink: ''
|
|
24
28
|
}
|
|
25
29
|
},
|
|
26
30
|
{
|
|
@@ -39,7 +43,8 @@ export const BlockCardGridData = [
|
|
|
39
43
|
link: {
|
|
40
44
|
page: {
|
|
41
45
|
url: '#'
|
|
42
|
-
}
|
|
46
|
+
},
|
|
47
|
+
externalLink: ''
|
|
43
48
|
}
|
|
44
49
|
},
|
|
45
50
|
{
|
|
@@ -47,7 +52,11 @@ export const BlockCardGridData = [
|
|
|
47
52
|
title: 'Nimble Limbs',
|
|
48
53
|
description:
|
|
49
54
|
'Proin sapien nulla, consequat et aliquam tristique, sollicitudin vitae lorem. Etiam nec vestibulum ante, semper blandit tortor. Nam id bibendum leo. Suspendisse a cursus felis, eget tristique nibh. Proin facilisis tortor eget pulvinar cursus.',
|
|
50
|
-
image: null
|
|
55
|
+
image: null,
|
|
56
|
+
link: {
|
|
57
|
+
page: null,
|
|
58
|
+
externalLink: ''
|
|
59
|
+
}
|
|
51
60
|
},
|
|
52
61
|
{
|
|
53
62
|
label: 'Factoid 4',
|
|
@@ -61,6 +70,10 @@ export const BlockCardGridData = [
|
|
|
61
70
|
width: 800
|
|
62
71
|
},
|
|
63
72
|
srcSet: 'https://picsum.photos/400/200 320w, https://picsum.photos/800/400 1024w'
|
|
73
|
+
},
|
|
74
|
+
link: {
|
|
75
|
+
page: null,
|
|
76
|
+
externalLink: ''
|
|
64
77
|
}
|
|
65
78
|
},
|
|
66
79
|
{
|
|
@@ -69,7 +82,8 @@ export const BlockCardGridData = [
|
|
|
69
82
|
description: 'The robot has four limbs, each with seven degrees of freedom.',
|
|
70
83
|
image: null,
|
|
71
84
|
link: {
|
|
72
|
-
externalLink: '#'
|
|
85
|
+
externalLink: '#',
|
|
86
|
+
page: null
|
|
73
87
|
}
|
|
74
88
|
}
|
|
75
89
|
]
|