Skip to main content

All Questions

1 vote
1 answer
736 views

Font underlined in VUE routes with Bootstrap

In my VUE project with Vuetify, I'm going to use the Bootstrap library. It turns out that when I import the Bootstrap library, the text font and even the icon, the route has an underline. When I only ...
Nebenzahl's user avatar
  • 371
0 votes
1 answer
62 views

I can't implement pagination. Help implement pagination (VUETIFY or BOOTSTRAP-VUE) with url params

Help people! I am unable to implement pagination on vuetify and bootstrap-vue. I have a news portal. After login, it is redirected to the news page. News comes out in the form of a card (). It turns ...
1 2's user avatar
  • 37
2 votes
2 answers
13k views

How to change the width of b-table th

I want to expand the rows of the table as in screenshot.How do I change the width of the th? Is there any way how to add class to th I want to logTableField: [ { key: "LogDate", label: ...
omurozbek's user avatar
-2 votes
1 answer
613 views

Vue.js - custom photo grid with custom overlay

how can i make a photos grid (each photo is a card) with custom overlay. when the user hover the photo, he will see the details overlay. so the user will see the photo and details on it. i tried to ...
ggcarmi's user avatar
  • 478