Skip to content

Commit c3fa284

Browse files
authored
Update README.md
1 parent a93122e commit c3fa284

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ vue2-teleport
44

55
This package is an alternative to [vue3's teleport component][oc-teleport]. You can use the documentation provided by vue as a starting point to using this package.
66

7+
## Installation
8+
```sh
9+
npm install vue2-teleport
10+
```
11+
712
## Example
813

914
```
@@ -43,4 +48,10 @@ export default {
4348
</script>
4449
```
4550

51+
## License
52+
53+
This project is licensed under the [CC0-1.0 License][license].
54+
55+
56+
[license]: /LICENSE
4657
[oc-teleport]: https://vuejs.org/guide/built-ins/teleport.html

0 commit comments

Comments
 (0)