File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
src/components/schedule/auto-mode/auto-mode-button Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11<template >
2- <VCardActions >
3- <VBtn v-if =" loading" loading variant =" tonal" color =" tertiary" > </VBtn >
4- <ButtonError v-else-if =" error" :error =" error" ></ButtonError >
5- <ButtonAutoMode v-else-if =" autoMode" ></ButtonAutoMode >
6- <ButtonOff v-else-if =" autoMode === false" ></ButtonOff >
7- <VBtn v-else variant =" tonal" color =" error" > Unknown </VBtn >
8- </VCardActions >
2+ <VBtn v-if =" loading" loading variant =" tonal" color =" tertiary" > </VBtn >
3+ <ButtonError v-else-if =" error" :error =" error" ></ButtonError >
4+ <ButtonAutoMode v-else-if =" autoMode" ></ButtonAutoMode >
5+ <ButtonOff v-else-if =" autoMode === false" ></ButtonOff >
6+ <VBtn v-else variant =" tonal" color =" error" > Unknown </VBtn >
97</template >
108
119<script setup lang="ts">
You can’t perform that action at this time.
0 commit comments