From 2b9183b723ecd24ce31bb441e9f271ca9984d305 Mon Sep 17 00:00:00 2001 From: Declan de Wet Date: Wed, 23 Nov 2016 16:33:12 +0200 Subject: [PATCH] :ship: CDN update --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f692ec7..548a1d5 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ - [`style` ([Object])](#style-object) - [`script` ([Object])](#script-object) - [`noscript` ([Object])](#noscript-object) + - [`__dangerouslyDisableSanitizers` ([String])](#__dangerouslydisablesanitizers-string) - [`changed` (Function)](#changed-function) - [How `metaInfo` is Resolved](#how-metainfo-is-resolved) - [Lists of Tags](#lists-of-tags) @@ -78,6 +79,7 @@ - [FAQ](#faq) - [How do I use component props and/or component data in `metaInfo`?](#how-do-i-use-component-props-andor-component-data-in-metainfo) - [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) @@ -111,12 +113,12 @@ Use the links below - if you want a previous version, check the instructions at **Uncompressed:** ```html - + ``` **Minified:** ```html - + ```