Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style doesnt seem to be loading?? #62

Closed
bitnosis opened this issue Mar 11, 2018 · 5 comments
Closed

Style doesnt seem to be loading?? #62

bitnosis opened this issue Mar 11, 2018 · 5 comments

Comments

@bitnosis
Copy link

bitnosis commented Mar 11, 2018

Im running the Vue Starter Project and its loading like this.
As you can see the styles are all screwed.
And the collapsible mennu isnt collapsable but is instead spread out along the header.

Which looks like something is not executing somewhere properly, or styles are loading somehow?. But what and where???

https://imgur.com/a/vJlhb

@xidedix
Copy link
Member

xidedix commented Mar 11, 2018

Looks weird. Any steps to repro?

@bitnosis
Copy link
Author

Yeah. I started with the Vue_Starter Project. Then I basically copied all the views and settings from the Vue_full project into it. The packag.json files match perfectly. Did npm install again to make sure. I copied the whole scss folder replacing the Vue_starter project one, just incase. Still didnt work.

So if you follow those steps, Im sture it will reproduce. The reason I did this. Was because I was merging two projects into one. So I started with the Vue_starter to keep it simple. I just needed the dashboard behind JWT auth, and so I did that. Then I decided I wanted some elements from the Full Project, so figured it would be as simple as just bringing them ain as needed. But it doesnt look like thats the case.

@bitnosis
Copy link
Author

bitnosis commented Mar 11, 2018

Looks like I narrowed it down to Bootstrap components.
Cuz if I just start a simple empty template. And import just a b-alert or a b-table. Its all fucked, and doesnt render properly.

b-alert just renders the text. b-table doesnt even show

In my main.js file I have it setup properly.

import Vue from 'vue'
import App from './App'

import router from './router'
import BootstrapVue from 'bootstrap-vue'

Vue.use(BootstrapVue)

/* eslint-disable no-new */
new Vue({
el: '#app',
router,
template: '',
components: {
App
}
})

@woothu
Copy link
Contributor

woothu commented Dec 4, 2018

Did you import bootstrap css?

@woothu
Copy link
Contributor

woothu commented Jan 7, 2019

Closing due to inactivity.

@woothu woothu closed this as completed Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants