mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-11 12:22:24 +03:00
🚢 CDN update
This commit is contained in:
@@ -78,7 +78,6 @@
|
||||
- [How do I populate `metaInfo` from the result of an asynchronous action?](#how-do-i-populate-metainfo-from-the-result-of-an-asynchronous-action)
|
||||
- [Why doesn't `vue-meta` support `jsnext:main`?](#why-doesnt-vue-meta-support-jsnextmain)
|
||||
- [Examples](#examples)
|
||||
- [TypeScript Support](#typescript-support)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
@@ -107,12 +106,12 @@ Use the links below - if you want a previous version, check the instructions at
|
||||
<!-- start CDN generator - do **NOT** remove this comment -->
|
||||
**Uncompressed:**
|
||||
```html
|
||||
<script src="https://unpkg.com/vue-meta@1.5.3/lib/vue-meta.js"></script>
|
||||
<script src="https://unpkg.com/vue-meta@1.5.4/lib/vue-meta.js"></script>
|
||||
```
|
||||
|
||||
**Minified:**
|
||||
```html
|
||||
<script src="https://unpkg.com/vue-meta@1.5.3/lib/vue-meta.min.js"></script>
|
||||
<script src="https://unpkg.com/vue-meta@1.5.4/lib/vue-meta.min.js"></script>
|
||||
```
|
||||
<!-- end CDN generator - do **NOT** remove this comment -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user