This commit is contained in:
2022-07-06 22:00:25 +02:00
parent 1530cf52af
commit aebcad662d
@@ -149,11 +149,7 @@ export default defineComponent({
statsCardOpen: false,
}),
setup(props) {
watch(props, (val) => {
console.log(val.dispatcherName);
});
setup() {
const historyDataStatus: Ref<{ status: DataStatus; error: string | null }> = ref({
status: DataStatus.Loading,
error: null,