Update ColorsDemo.vue

pull/2465/head
Tuğçe Küçükoğlu 2022-04-20 12:14:43 +03:00
parent 7a060deb0c
commit 5e07bb076a
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
export default {
data() {
return {
colors: ['blue', 'green', 'yellow', 'cyan', 'pink', 'indigo', 'teal', 'orange', 'bluegray', 'purple', 'red', 'gray'],
colors: ['blue', 'green', 'yellow', 'cyan', 'pink', 'indigo', 'teal', 'orange', 'bluegray', 'purple', 'red', 'gray', 'primary'],
shades: [0, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900]
}
}