W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
借助 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 配置文檔。
提示: 你也可以在頁(yè)面組件中使用 head 配置并通過(guò) this 關(guān)鍵字來(lái)獲取組件的數(shù)據(jù),具體請(qǐng)參考 頁(yè)面組件的 head 屬性配置。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: