mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 17:50:34 +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)
|
- [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)
|
- [Why doesn't `vue-meta` support `jsnext:main`?](#why-doesnt-vue-meta-support-jsnextmain)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
- [TypeScript Support](#typescript-support)
|
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- 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 -->
|
<!-- start CDN generator - do **NOT** remove this comment -->
|
||||||
**Uncompressed:**
|
**Uncompressed:**
|
||||||
```html
|
```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:**
|
**Minified:**
|
||||||
```html
|
```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 -->
|
<!-- end CDN generator - do **NOT** remove this comment -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user