mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user