diff --git a/ui/src/main.ts b/ui/src/main.ts index 1d0027d..bd0492b 100644 --- a/ui/src/main.ts +++ b/ui/src/main.ts @@ -40,7 +40,7 @@ library.add( //move to ./types? //tell typescript about some global properties we are adding -declare module '@vue/runtime-core' { +declare module 'vue' { export interface ComponentCustomProperties { $validate: (data: object, rule: object) => boolean $store: typeof store