Giter VIP home page Giter VIP logo

Comments (11)

ssuess avatar ssuess commented on June 1, 2024

Sorry I spoke too soon...this is related to a change in dev environment...still investigating...

from vue-good-table.

ssuess avatar ssuess commented on June 1, 2024

hm, per this issue I tried to install babel-preset-env which did allow it to build, but now results in a blank page and error: Uncaught TypeError: Cannot read property 'installed' of undefined

from vue-good-table.

xaksis avatar xaksis commented on June 1, 2024

@ssuess where are you seeing that error? I suspect this is unrelated to vue-good-table.

from vue-good-table.

ssuess avatar ssuess commented on June 1, 2024
vue.runtime.esm.js?a427:4105 Uncaught TypeError: Cannot read property 'installed' of undefined
    at Function.Vue.use (vue.runtime.esm.js?a427:4105)
    at eval (main.js?1c90:23)
    at Object.<anonymous> (app.js:1611)
    at __webpack_require__ (app.js:689)
    at fn (app.js:110)
    at Object.<anonymous> (app.js:1921)
    at __webpack_require__ (app.js:689)
    at app.js:790
    at app.js:793

It could be unrelated, but no other component is throwing this error...

from vue-good-table.

xaksis avatar xaksis commented on June 1, 2024

how are you including the plugins? can you paste your code so I get more context?

from vue-good-table.

ssuess avatar ssuess commented on June 1, 2024

how am I including them? You mean in main js or the vue files? I am doing both, either in main.js like:

import VueGoodTable from 'vue-good-table'
Vue.use(VueGoodTable)

Or in the view files like

import VueGoodTable from 'vue-good-table'
export default {
  props: {
    list: Array
  },
  components: {
    VueGoodTable
  },

from vue-good-table.

xaksis avatar xaksis commented on June 1, 2024

looks correct, but if you include in the main.js, you shouldn't need to include it again in view files... unless they're in different projects?

from vue-good-table.

ssuess avatar ssuess commented on June 1, 2024

No I just meant I have tried both separately, not both at the same time. And I am blocked on this error, which is strange, because in another project your module works just fine...I am going through the list of module differences between projects to see if I can find what is missing or different...

from vue-good-table.

xaksis avatar xaksis commented on June 1, 2024

alright... it's tough for me to investigate this since I cannot reproduce it. let me know what you find out.

from vue-good-table.

ssuess avatar ssuess commented on June 1, 2024

UGH I found it. It was related to another import line that I have erroneously pasted over with the import line from vue-good-table. Sorry to have bothered you, and thanks for the responses!

from vue-good-table.

xaksis avatar xaksis commented on June 1, 2024

no prob. glad you were able to resolve it.

from vue-good-table.

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.