We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42c8f1 commit 29e369aCopy full SHA for 29e369a
src/components/MainComponent.vue
@@ -95,8 +95,8 @@ export default defineComponent({
95
setup() {
96
const metricsReady = ref(false);
97
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
+ const seatsReady = ref(false);
+ const seats = ref<Seat[]>([]);
100
// API Error Message
101
const apiError = ref<string | undefined>(undefined);
102
0 commit comments