W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
如果數(shù)組元素類型是 Object, 其具有以下屬性:
plugins 屬性使得你可以輕易地為 Nuxt.js 配置使用 Vue.js 插件。
例如 (nuxt.config.js):
module.exports = {
plugins: ['~plugins/vue-notifications']
}
然后, 我們需要?jiǎng)?chuàng)建 plugins/vue-notifications.js 文件:
import Vue from 'vue'
import VueNotifications from 'vue-notifications'
Vue.use(VueNotifications)
plugins 屬性配置的所有插件會(huì)在 Nuxt.js 應(yīng)用初始化之前被加載導(dǎo)入。
每次你需要使用 Vue.use() 時(shí),你需要在 plugins/ 目錄下創(chuàng)建相應(yīng)的插件文件,并在 nuxt.config.js 中的 plugins 配置項(xiàng)中配置插件的路徑。
想了解更多關(guān)于使用插件的信息,請(qǐng)移步 插件使用指引。
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)系方式:
更多建議: