diff --git a/docs/content/3.docs/1.usage/3.meta-tags.md b/docs/content/3.docs/1.usage/3.meta-tags.md index 9711f042f5..10679ba477 100644 --- a/docs/content/3.docs/1.usage/3.meta-tags.md +++ b/docs/content/3.docs/1.usage/3.meta-tags.md @@ -23,28 +23,9 @@ export default { } ``` -## `head` Component Property - -If you would prefer to use the options syntax, you can do exactly the same thing within your component options with an object or function called `head`. For example: - -```js -export default { - head: { - script: [ - { - async: true, - src: 'https://myscript.com/script.js' - } - ] - } -} -``` - -**Note that `head()` does not have access to the component instance.** - ## Meta Components -Nuxt provides `