vue-datasource icon indicating copy to clipboard operation
vue-datasource copied to clipboard

A vue.js component to create dynamic tables

Results 6 vue-datasource issues
Sort by recently updated
recently updated
newest added

Compile failed ------------------------------------------- `ERROR in ./node_modules/vue-datasource/src/components/ServerDatasource.vue?vue&type=script&lang=js& (./node_modules/vue-loader/lib??vue-loader-options!./node_modules/vue-datasource/src/components/ServerDatasource.vue?vue&type=script&lang=js&) 11:6 Module parse failed: Unexpected token (11:6)` `You may need an appropriate loader to handle this file type. render (h) { return (...

bug

I'm using vue-cli simple webpack, and change the babel-preset of this module from stage 2 to stage 3. The data display works fine but none of the sort, filter and...

question

## Future changes Coming soon 👍

enhancement

Hello again, I'm trying to show an image in one of the columns without success, I'm doing it this way: ``` { name: 'Photo', key: 'photo', render(value) { return ``;...

question

I have a problem compiling the component, the following message appears: These dependencies were not found: ` * @/components/SvgIcon in ./node_modules/babel-loader/lib?{"cacheDirectory":true,"presets":[["env",{"modules":false,"targets":{"browsers":["> 2%"],"uglify":true}}]],"plugins":["transform-object-rest-spread"]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0&bustCache!./node_modules/vue-datasource/src/components/ServerDatasource.vue * @/utils/DatasourceUtils in ./node_modules/babel-loader/lib?{"cacheDirectory":true,"presets":[["env",{"modules":false,"targets":{"browsers":["> 2%"],"uglify":true}}]],"plugins":["transform-object-rest-spread"]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0&bustCache!./node_modules/vue-datasource/src/components/ServerDatasource.vue * @/utils/EventBus in...

bug

Unit tests fail on `cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run` Error is `Error: Cannot find module "@/components/Hello" at webpack:///test/unit/specs/Hello.spec.js:2:0

enhancement
help wanted