Giter VIP home page Giter VIP logo

Comments (6)

pstephan1187 avatar pstephan1187 commented on May 29, 2024 1

The Vue object needs to be available globally. Try this and let me know if it works:

import Vue from "vue"
import DatatableFactory from "vuejs-datatable"
Vue.use(DatatableFactory)
window.Vue = Vue;

from vuejs-datatable.

robertjk avatar robertjk commented on May 29, 2024 1

@pstephan1187

Why would you require Vue object to be registered globally? That's the opposite to the idea how isolated components work - they should declare all their dependencies internally. You could add @import Vue from 'vue'; in your component and the problem would be gone. It would make your component (library) easier to use - nobody would have to remember/read docs to know that to use it you have to have some global variables declared. It would also save people (like me) who try to write fully modular applications - without declaring any global variables - from polluting the code with some global variable only to use a single library.

It's like old JQuery days, when to use a JQuery plugin, you'd have to have $/JQuery defined as a global variable. JavaScript has grown since then. So should we in how we build our tools.

from vuejs-datatable.

pstephan1187 avatar pstephan1187 commented on May 29, 2024 1

I found a way to fix the "Vue not defined" error without importing Vue and thus not bloating the ES5 distribution.

from vuejs-datatable.

lee-alderdice avatar lee-alderdice commented on May 29, 2024

Using 'index.js' from the node_modules folder returns the header rows but the error persists and while data is returned it is not rendered because the columns and rows don't match.

from vuejs-datatable.

lee-alderdice avatar lee-alderdice commented on May 29, 2024

That worked, thank you.

I create an instance of Vue in App.Vue, I thought that would therefore be globally available. Need to re-read a few bits I think.

from vuejs-datatable.

GerkinDev avatar GerkinDev commented on May 29, 2024

For reference, duplicate of #24, and would be resolved by #42 (with some webpack config. . .)

from vuejs-datatable.

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.