0👍
Try using this.$buefy.config, like this:
mounted:function () {
this.$buefy.config.setOptions({defaultIconPack: 'fas'});
document.getElementById('main').classList.add('is-active');
},
- [Vuejs]-PropTyped prop is of type unknow
- [Vuejs]-Rendering dynamic table displays cell contents in wrong order
Source:stackexchange.com