Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 2b9183b

Browse files
committed
🚢 CDN update
1 parent 5790fcf commit 2b9183b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
- [`style` ([Object])](#style-object)
7171
- [`script` ([Object])](#script-object)
7272
- [`noscript` ([Object])](#noscript-object)
73+
- [`__dangerouslyDisableSanitizers` ([String])](#__dangerouslydisablesanitizers-string)
7374
- [`changed` (Function)](#changed-function)
7475
- [How `metaInfo` is Resolved](#how-metainfo-is-resolved)
7576
- [Lists of Tags](#lists-of-tags)
@@ -78,6 +79,7 @@
7879
- [FAQ](#faq)
7980
- [How do I use component props and/or component data in `metaInfo`?](#how-do-i-use-component-props-andor-component-data-in-metainfo)
8081
- [How do I populate `metaInfo` from the result of an asynchronous action?](#how-do-i-populate-metainfo-from-the-result-of-an-asynchronous-action)
82+
- [Why doesn't `vue-meta` support `jsnext:main`?](#why-doesnt-vue-meta-support-jsnextmain)
8183
- [Examples](#examples)
8284

8385
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -111,12 +113,12 @@ Use the links below - if you want a previous version, check the instructions at
111113
<!-- start CDN generator - do **NOT** remove this comment -->
112114
**Uncompressed:**
113115
```html
114-
<script src="https://unpkg.com/vue-meta@0.4.4/lib/vue-meta.js"></script>
116+
<script src="https://unpkg.com/vue-meta@0.5.0/lib/vue-meta.js"></script>
115117
```
116118

117119
**Minified:**
118120
```html
119-
<script src="https://unpkg.com/vue-meta@0.4.4/lib/vue-meta.min.js"></script>
121+
<script src="https://unpkg.com/vue-meta@0.5.0/lib/vue-meta.min.js"></script>
120122
```
121123
<!-- end CDN generator - do **NOT** remove this comment -->
122124

0 commit comments

Comments
 (0)