diff --git a/content/ja/guides/components-glossary/pages-head.md b/content/ja/guides/components-glossary/pages-head.md new file mode 100644 index 0000000000..2908bd8a6a --- /dev/null +++ b/content/ja/guides/components-glossary/pages-head.md @@ -0,0 +1,41 @@ +--- +title: 'head メソッド' +description: Nuxt.js はアプリケーションの headers 及び html attributes を更新するために vue-meta を使います。 +menu: head メソッド +category: components-glossary +--- + +> Nuxt.js はアプリケーションの `headers` 及び `html attributes` を更新するために [vue-meta](https://github.com/nuxt/vue-meta) を使います。 + +- **型:** `Object` または `Function` + +現在のページの HTML の head タグを設定するために `head` メソッドを使います。 + +```html + + + +```