default {
components: {
VGap
}
}
import 'bootstrap/dist/css/bootstrap.css' import 'bootstrap-vue/dist/bootstrap-vue.css' import LmsGap from "/src/components/LmsGap" import { BootstrapVue, IconsPlugin } from 'bootstrap-vue' export default { name: "FillGaps", display: "FillGaps", components: {LmsGap}, props:['content', 'qid'],
Стили лучше импортировать в теге style
Обсуждают сегодня