Skip to content

Commit 4a927c4

Browse files
authored
Update MDB theme examples (vuejs#2789)
Add new MDB Free & Pro Vue UI Kit build with Bootstrap 5 to the list with themes
1 parent e9b98aa commit 4a927c4

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

themes/vue/source/js/theme-data.js

+22-8
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,39 @@ var themeData = [
9696
seeMoreUrl: "https://mdbootstrap.com/docs/vue?utm_ref_id=82665",
9797
products: [
9898
{
99-
url: "https://mdbootstrap.com/products/vue-ui-kit?utm_ref_id=82665",
100-
name: "Vue Material Bootstrap Pro",
101-
description: "Premium Vue.js UI Kit",
99+
url: "https://mdbootstrap.com/docs/b5/vue/pro?utm_ref_id=82665",
100+
name: "Vue Material Bootstrap 5 Pro",
101+
description: "Premium Vue UI Kit for Bootstrap v5 & Material Design 2.0",
102+
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vue-pro.jpg",
103+
price: 19
104+
},
105+
{
106+
url: "https://mdbootstrap.com/docs/b5/vue?utm_ref_id=82665",
107+
name: "Vue Material Bootstrap 5 Kit",
108+
description: "Free Vue UI Kit for Bootstrap v5 & Material Design 2.0",
109+
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vue-free.jpg",
110+
price: 0
111+
},
112+
{
113+
url: "https://mdbootstrap.com/docs/b5/vue/pro?utm_ref_id=82665",
114+
name: "Vue Material Bootstrap 4 Pro",
115+
description: "Premium Vue UI Kit for Bootstrap v4 & Material Design",
102116
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vuejs/ui-kit.jpg",
103-
price: 99
117+
price: 19
104118
},
105119
{
106120
url: "https://mdbootstrap.com/docs/vue?utm_ref_id=82665",
107-
name: "Vue Material Bootstrap Kit",
108-
description: "Free Vue.js UI Kit",
121+
name: "Vue Material Bootstrap 4 Kit",
122+
description: "Free Vue UI Kit for Bootstrap v4 & Material Design",
109123
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vuejs/ui-kit.jpg",
110124
price: 0
111125
},
112126
{
113-
url: "https://mdbootstrap.com/products/vue-admin-dashboard?utm_ref_id=82665",
127+
url: "https://mdbootstrap.com/docs/b5/vue/pro?utm_ref_id=82665",
114128
name: " Vue Admin Bootstrap Pro",
115129
description: "Premium Vue.js Templates Pack",
116130
image: "https://mdbootstrap.com/img/Marketing/mdb-press-pack/vuejs/admin-pack.jpg",
117-
price: 79
131+
price: 49
118132
},
119133
{
120134
url: "https://mdbootstrap.com/freebies/vue/admin-dashboard?utm_ref_id=82665",

0 commit comments

Comments
 (0)