Cambalab / vue-admin

An open source frontend Framework for building admin applications running in the browser on top of REST, using ES6 and Vue.js
GNU General Public License v3.0
132 stars 24 forks source link

List Component: Adds the ability to navigate on row click #170

Closed DanielOrmeno closed 5 years ago

DanielOrmeno commented 5 years ago
sgobotta commented 5 years ago

Hello, thanks for the contribution. Please add a reference to the issue.

sgobotta commented 5 years ago

You can check which files to fix by running: npm run lint locally. The demo files shouldn't break the linter.

DanielOrmeno commented 5 years ago

Done!

sgobotta commented 5 years ago

Thanks you @DanielOrmeno !

Closes #121