All Questions
6 questions
0
votes
0
answers
359
views
Vue Component wont render HTML on browser refresh
Before going into my specific issue, I would like to preface I have spent a lot of time researching to see if my situation wasn't unique, and have not found that to be true. I have a very specific ...
0
votes
0
answers
280
views
How do I create sidebar menu with sub menus using dynamic data?
I'm trying to create sidebar menu with dynamic data where menu contains 1 or 2 submenus.
menuList: [
{
"permission_id": 1,
"menu_hierarchy": "...
4
votes
1
answer
363
views
Access parent component scope in b-table slot
Im using a v-slot in a <b-table> so I can create a link.
The first part of the link contains data from the datasource. However the querystring has a parameter that I need to include in the link....
0
votes
1
answer
480
views
CORS issue when adding form data to backend
Beginner in using vue and express here. I've been trying to follow a certain tutorial where they add a simple form data to a database but for some reason it gives this error on mine:
Access to ...
0
votes
1
answer
156
views
Router Link only updates active class once
I am trying to use <b-nav-item> tags as router links but the active link class only updates one time – I can load the page and click on a nav item and the class changes appropriately. But ...
3
votes
2
answers
2k
views
Bootstrap Styles Taking Precedence Over Custom CSS
I have a Vue-2 project that uses (of what should be relevant) Vue-Router, Webpack, and Bootstrap-Vue. I load in Bootstrap at the root of my application since it's used globally on my app. Within the ...