Z-Drive and sequence handling
This commit is contained in:
3
frontend/components.d.ts
vendored
3
frontend/components.d.ts
vendored
@@ -22,6 +22,9 @@ declare module 'vue' {
|
||||
PVCard: typeof import('./src/components/BaseComponents/PVCard.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
SequenceControl: typeof import('./src/components/BaseComponents/SequenceControl.vue')['default']
|
||||
SequenceParamReal: typeof import('./src/components/BaseComponents/SequenceParamReal.vue')['default']
|
||||
ValveControl: typeof import('./src/components/BaseComponents/ValveControl.vue')['default']
|
||||
ZDrive: typeof import('./src/components/ZDrive.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user