Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TIPM-UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOUDNI Samir
TIPM-UI
Commits
1740c4a2
Verified
Commit
1740c4a2
authored
2 years ago
by
BARBIER Marc
Browse files
Options
Downloads
Patches
Plain Diff
patch fix
parent
c0c3bfff
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/@incuca+vue3-toaster+1.1.1.patch
+1
-13
1 addition, 13 deletions
patches/@incuca+vue3-toaster+1.1.1.patch
with
1 addition
and
13 deletions
patches/@incuca+vue3-toaster+1.1.1.patch
+
1
−
13
View file @
1740c4a2
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;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment