diff --git a/src/views/colors/ColorsDemo.vue b/src/views/colors/ColorsDemo.vue index 32e749b639..cf2302fe16 100644 --- a/src/views/colors/ColorsDemo.vue +++ b/src/views/colors/ColorsDemo.vue @@ -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] } }