W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
借助 head 屬性,Nuxt.js 讓你可以在 nuxt.config.js 中配置應(yīng)用的 meta 信息。
module.exports = {
head: {
titleTemplate: '%s - Nuxt.js',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: 'Meta description' }
]
}
}
想了解 head 屬性的可用配置,可以參考 vue-meta 配置文檔。
提示: 你也可以在頁面組件中使用 head 配置并通過 this 關(guān)鍵字來獲取組件的數(shù)據(jù),具體請參考 頁面組件的 head 屬性配置。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: