This commit is contained in:
Vendored
+2
-1
@@ -13,9 +13,10 @@ declare module 'vue' {
|
||||
CreateActionsSection: typeof import('./src/components/create/CreateActionsSection.vue')['default']
|
||||
CreateDeliverySection: typeof import('./src/components/create/CreateMessageDeliveryMethodSection.vue')['default']
|
||||
CreateMessageDeliveryMethodSection: typeof import('./src/components/create/CreateMessageDeliveryMethodSection.vue')['default']
|
||||
CreateMessagesSection: typeof import('./src/components/create/CreateMessagesSection.vue')['default']
|
||||
CreateMessagesSection: typeof import('./src/components/create/CreatePredefinedMessagesSection.vue')['default']
|
||||
CreateNameSection: typeof import('./src/components/create/CreateNameSection.vue')['default']
|
||||
CreatePlacementSection: typeof import('./src/components/create/CreatePlacementSection.vue')['default']
|
||||
CreatePredefinedMessagesSection: typeof import('./src/components/create/CreatePredefinedMessagesSection.vue')['default']
|
||||
CreateReadySection: typeof import('./src/components/create/CreateReadySection.vue')['default']
|
||||
CreateSection: typeof import('./src/components/create/CreateSection.vue')['default']
|
||||
CreateSummarySection: typeof import('./src/components/create/CreateSummarySection.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user