Create a Nuxt plugin with the following: export default { // ... plugins: [ { src: '@/plugins/vue-buefy', mode: 'client' }, ], }.
確定! 回上一頁