Update ResponsiveDemo.vue

pull/1792/head
Tuğçe Küçükoğlu 2021-11-18 12:27:14 +03:00
parent 4525c9f275
commit 243d2cbff8
1 changed files with 1 additions and 1 deletions

View File

@ -3120,7 +3120,7 @@ export default {
const calendarValue = ref(null); const calendarValue = ref(null);
const inputNumberValue = ref(null); const inputNumberValue = ref(null);
const chipsValue = ref(null); const chipsValue = ref(null);
const sliderValue = ref(null); const sliderValue = ref(50);
const ratingValue = ref(null); const ratingValue = ref(null);
const colorValue = ref('1976D2'); const colorValue = ref('1976D2');
const radioValue = ref(null); const radioValue = ref(null);