/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/docs/src/examples/v-progress-linear/prop-stream.vue
29 строк
542 B
John Leider
chore: add vue/attributes-order eslint rule
29 фев 2024, 07:06
29 фев 2024, 07:06
65aff8f
Код
Авторство
О чём код?
<template> <div> <v-progress-linear buffer-value="0" color="red-lighten-2" stream ></v-progress-linear> <br> <v-progress-linear buffer-value="0" color="teal" model-value="20" stream ></v-progress-linear> <br> <v-progress-linear buffer-value="50" color="cyan" stream ></v-progress-linear> <br> <v-progress-linear buffer-value="60" color="orange" model-value="40" stream ></v-progress-linear> </div> </template>