-
Hi @ratiw still a newbie of using vue, and been trying your vuetable but I encountering some parse error.
`Module parse failed: C:\xampp\htdocs\ProjectLaravel\PROJ\node_modules\vue-tables-2\lib\me…
-
- Vue.js version: 2.1.10
- consumed using: webpack in Laravel-mix
- FULL error message (including stack trace):
`ERROR Failed to compile with 3 errors
error in ./~/vue-tables-2/lib/tem…
-
Hello,
If I didn't miss it somewhere, Is there a way to pass props or events to the actions custom component without modifying Vuetable?
-
- Vue.js version: 2.1.10
- consumed using: browserify
- FULL error message (including stack trace):
```bash
events.js:141
throw er; // Unhandled 'error' event
^
SyntaxError: X:/Pr…
-
I'm using vue.js 2.0 with laravel elixir, after installing 'vue-tables-2' and impotring in app.js I'm getting folowing error. I installed https://github.com/vuejs/babel-plugin-transform-vue-jsx this p…
-
In `vue-tables` (Vue 1.x version), there was an option to use a custom template for displaying the table:
``` javascript
Vue.use(VueTables.client, {
template: require('./mytemplate.html')
});
```…
-
- Vue.js version: 2.0
- consumed using: webpack
- FULL error message (including stack trace):
actions can't render properly
I check the Vuetable.vue, and can't found the __actions related co…
-
- Vue.js version: Vue 2.0
- consumed using: Webpack
- FULL error message (including stack trace):
`ERROR in ./~/vue-tables-2/lib/methods/render.js
Module parse failed: C:\xampp\htdocs\ProjectLar…
-
Using https://github.com/verwilst/laravel5-vuejs2 , i have a basic Laravel 5.3 with Vuejs 2 setup and laravel-elixir.
Gulp --production works fine then.
Next, i run:
- npm install vue-tables…
-
```
require('./bootstrap');
var Vue = require('vue/dist/vue');
//https://jsfiddle.net/matfish2/f5h8xwgn/
var VueTables = require('vue-tables-2');
Vue.use(VueTables.client, {
compileTemplates: tr…