Merge pull request #2465 from tugcekucukoglu/colors

Update ColorsDemo.vue
pull/2467/head
Tuğçe Küçükoğlu 2022-04-20 12:15:20 +03:00 committed by GitHub
commit 7aab982030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
export default { export default {
data() { data() {
return { 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] shades: [0, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900]
} }
} }