We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aede75 + 5646b26 commit 5a83cecCopy full SHA for 5a83cec
ui/src/main.ts
@@ -40,7 +40,7 @@ library.add(
40
41
//move to ./types?
42
//tell typescript about some global properties we are adding
43
-declare module '@vue/runtime-core' {
+declare module 'vue' {
44
export interface ComponentCustomProperties {
45
$validate: (data: object, rule: object) => boolean
46
$store: typeof store
0 commit comments