mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
restruct: updated sass version and rules
This commit is contained in:
@@ -20,15 +20,9 @@ import { Status } from '../../typings/common';
|
||||
|
||||
export default defineComponent({
|
||||
props: {
|
||||
dispatcherStatus: {
|
||||
type: Number as PropType<Status.ActiveDispatcher | number>
|
||||
},
|
||||
dispatcherTimestamp: {
|
||||
type: Number as PropType<number | null>
|
||||
},
|
||||
isOnline: {
|
||||
type: Boolean
|
||||
}
|
||||
dispatcherStatus: { type: Number as PropType<Status.ActiveDispatcher | number> },
|
||||
dispatcherTimestamp: { type: Number as PropType<number | null> },
|
||||
isOnline: { type: Boolean }
|
||||
},
|
||||
mixins: [dateMixin],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user