Skip to content

Commit 29e369a

Browse files
Update src/components/MainComponent.vue
Co-authored-by: Marcio Tedesco <[email protected]>
1 parent d42c8f1 commit 29e369a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MainComponent.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ export default defineComponent({
9595
setup() {
9696
const metricsReady = ref(false);
9797
const metrics = ref<Metrics[]>([]);
98-
const seatsReady = ref(false); // Add this line by zhuang to the setup function
99-
const seats = ref<Seat[]>([]); // Add this line by zhuang to the setup function
98+
const seatsReady = ref(false);
99+
const seats = ref<Seat[]>([]);
100100
// API Error Message
101101
const apiError = ref<string | undefined>(undefined);
102102

0 commit comments

Comments
 (0)