Skip to content

Commit

Permalink
may fix issue with $tr
Browse files Browse the repository at this point in the history
  • Loading branch information
SchroterQuentin committed Jun 25, 2024
1 parent eb6c586 commit 6c72e31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Bones.UI/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./shims-plugin"
1 change: 1 addition & 0 deletions src/Bones.UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "",
"license": "ISC",
"sideEffects": false,
"types": "index.d.ts",
"peerDependencies": {
"@types/lodash": "^4.14.197",
"ajv": "^8.11.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Bones.UI/shims-plugin.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Vue from "vue";
export {}

declare module "vue" {
interface ComponentCustomProperties {
Expand Down

0 comments on commit 6c72e31

Please sign in to comment.