Coder Social home page Coder Social logo

Comments (7)

SerGioPicconti avatar SerGioPicconti commented on May 23, 2024 1

Try import without vendor folder:

import DatatableFactory from 'vuejs-datatable/dist/vuejs-datatable.esm.js';
Vue.use(DatatableFactory);

from vuejs-datatable.

pstephan1187 avatar pstephan1187 commented on May 23, 2024

Are you importing Vue?

import Vue from 'vue'
import DatatableFactory from 'vuejs-datatable'

from vuejs-datatable.

keithbrinks avatar keithbrinks commented on May 23, 2024

Yes -- Vue is one of the first things I import in my main JS file:

import '@babel/polyfill';
import Vue from 'vue'
...
<other packages>
...
import DatatableFactory from 'vuejs-datatable'

Further down, I'm then making Vue a global variable:

window.Vue = Vue

Then further down yet is when I have this:

Vue.use(DatatableFactory)

I am importing/using other packages the same way as Datatable (such as Vuex) without any issues.

from vuejs-datatable.

GerkinDev avatar GerkinDev commented on May 23, 2024

Hey there!
Well, IE11 is a bulky piece of garbage, nothing new by saying that. To answer your question, your error is due to the shorthand method definition feature available partially since ES5.1, and fully in ES6. IE11 does not support ES6, but vuejs-datatable is using that version of the specification.
To resolve your problem, you should transcript your output for a more backward-compatible version of the spec. The most well-known tool for this is Babel. You can find plenty of resources to see how to set it up with webpack on the web.

Keep me updated ;) cheers!


Footnote: Really you do NOT need to use global Vue. And you should not either. If this is not working without a global, then your problem is somewhere else. It's not because it works that it is good.

from vuejs-datatable.

GerkinDev avatar GerkinDev commented on May 23, 2024

Hey there, wassup about your problem ? Have you found a way to transcript your code to ES5 ? Did that worked correctly ?

from vuejs-datatable.

GerkinDev avatar GerkinDev commented on May 23, 2024

Closing the issue because of inactivity.

from vuejs-datatable.

GerkinDev avatar GerkinDev commented on May 23, 2024

BTW, duplicate of #57

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.