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.
1 parent 814be22 commit 2246b99Copy full SHA for 2246b99
.gitignore
@@ -1,7 +1,7 @@
1
.DS_Store
2
node_modules
3
/package/dist
4
-
+TODO.md
5
6
/tests/e2e/videos/
7
/tests/e2e/screenshots/
package/package.json
@@ -1,5 +1,14 @@
{
"name": "vue-simple-portal",
+ "description": "A simple Portal implementation for Vue, to mount slot content to any element",
+ "author": {
+ "name": "Thorsten Lünborg",
+ "url": "https://www.github.com/linusborg"
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/linusborg/vue-simple-portal"
11
12
"version": "0.0.0",
13
"private": true,
14
"scripts": {
0 commit comments