Git Product home page Git Product logo

Comments (5)

xidedix avatar xidedix commented on May 14, 2024

Looks weird. Any steps to repro?

from coreui-free-vue-admin-template.

bitnosis avatar bitnosis commented on May 14, 2024

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.

from coreui-free-vue-admin-template.

bitnosis avatar bitnosis commented on May 14, 2024

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
}
})

from coreui-free-vue-admin-template.

woothu avatar woothu commented on May 14, 2024

Did you import bootstrap css?

from coreui-free-vue-admin-template.

woothu avatar woothu commented on May 14, 2024

Closing due to inactivity.

from coreui-free-vue-admin-template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.