-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90b23a0
commit ddec7af
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ If you're not using NPM, you can include the required files into your page manua | |
|
||
```html | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.12/vue.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@voerro/[email protected].0/dist/voerro-vue-tagsinput.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@voerro/[email protected].1/dist/voerro-vue-tagsinput.js"></script> | ||
|
||
<script> | ||
new Vue({ | ||
|
@@ -50,7 +50,7 @@ If you're not using NPM, you can include the required files into your page manua | |
Include the CSS file on your page to apply the styling. Read the `Styling` section to learn how to customize the appearance. | ||
|
||
``` | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@voerro/[email protected].0/dist/style.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@voerro/[email protected].1/dist/style.css"> | ||
``` | ||
|
||
**IMPORTANT:** Always grab the latest versions of the package from [JSDELIVR](https://www.jsdelivr.com/package/npm/@voerro/vue-tagsinput?path=dist), the ones provided in the examples above might be outdated. Same goes for Vue.js. | ||
|