Answer the question
In order to leave comments, you need to log in
How can I use custom icons in Buefy, provided that I include its individual components?
I connect like this:
import { Table, Input, Field, Switch, Radio, Select, Upload, Icon, Loading } from 'buefy'
Vue.use(Table)
Vue.use(Input)
Vue.use(Field)
Vue.use(Switch)
Vue.use(Radio)
Vue.use(Select)
Vue.use(Upload)
Vue.use(Icon)
Vue.use(Loading)
export default {
created() {
this.$buefy.config.setOptions(customIconConfig)
}
}
this.$buefy
. I think it's because I don't connect the whole Buefy, but it's not sure...))) Answer the question
In order to leave comments, you need to log in
The dock also has ConfigProgrammatic
ConfigProgrammatic.setOptions({
defaultIconPack: 'fas',
defaultContainerElement: '#content',
// ...
})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question