portal-vue
Advanced tools
Comparing version 1.3.0-beta.0 to 1.3.0
/* | ||
portal-vue | ||
Version: 1.3.0-beta.0 | ||
Version: 1.3.0 | ||
Licence: MIT | ||
@@ -5,0 +5,0 @@ (c) Thorsten Lünborg |
{ | ||
"name": "portal-vue", | ||
"version": "1.3.0-beta.0", | ||
"version": "1.3.0", | ||
"description": | ||
@@ -5,0 +5,0 @@ "A Vue component to render elements outside of a component's template, elsewhere in the DOM", |
@@ -9,11 +9,13 @@ # PortalVue | ||
For more detailed documentation and additional Information, please visit <a href="http://linusborg.github.io/portal-vue">the docs</a> | ||
> The documentation is for version 1.3.0-beta, but all things except the sections about scoped slots apply to previous versions as well. | ||
## Installation | ||
``` | ||
npm install --save portal-vue | ||
npm i portal-vue | ||
``` | ||
// in .js | ||
```javascript | ||
import PortalVue from 'portal-vue' | ||
@@ -23,4 +25,2 @@ Vue.use(PortalVue) | ||
## Usage | ||
@@ -27,0 +27,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
73741
2