Skip to content
Snippets Groups Projects
Verified Commit 1740c4a2 authored by BARBIER Marc's avatar BARBIER Marc
Browse files

patch fix

parent c0c3bfff
No related branches found
No related tags found
No related merge requests found
diff --git a/node_modules/@incuca/vue3-toaster/package.json b/node_modules/@incuca/vue3-toaster/package.json
index ca7aad8..ae27c43 100644
--- a/node_modules/@incuca/vue3-toaster/package.json
+++ b/node_modules/@incuca/vue3-toaster/package.json
@@ -12,6 +12,8 @@
"url": "https://github.com/InCuca/vue3-toaster/issues"
},
"main": "src/index.js",
+ "types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
diff --git a/node_modules/@incuca/vue3-toaster/src/index.d.ts b/node_modules/@incuca/vue3-toaster/src/index.d.ts
new file mode 100644
index 0000000..b8eeaa7
......@@ -55,6 +43,6 @@ index 01510cc..5a097f7 100644
import useComponent from "./composables/component";
-import Toaster, { POSITIONS, definePosition } from "./Toaster";
+import Toaster, { POSITIONS, definePosition } from "./Toaster.vue";
Toaster.install = (app, options = {}) => {
const globalOptions = options;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment