Sreenadh T C

Results 6 issues of Sreenadh T C

### There is a gotcha here: Since there is no concept of user logins and sessions based on it, I felt its okay to mark a user as online once...

enhancement
merge-conflicts
please-test

Tried doing it by changing the webpack build conf as below: ``` module.exports = { entry: './src/index.js', output: { path: path.resolve(__dirname, './dist'), publicPath: '/dist/', filename: 'vue-js-grid.js', library:'VueJsGrid', libraryTarget: 'umd', umdNamedDefine:...

question

The latest version rolled out seems to have an issue registering the component, as mentioned in the setup doc ``` index.js:57 Uncaught TypeError: Cannot use 'in' operator to search for...

Am not really sure if we should keep support for Ecto

I came across this error while setting up role management based on the user object from `localStorage` I did this in the `created` hook: ``` created() { console.log(this.$authorize.isAuthorized(['user'], ['create']).then()) }...