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

Deprecate crud components as arrays #168

Closed SevenIndirecto closed 4 years ago

SevenIndirecto commented 4 years ago

Hey, with this PR I'm deprecating the option to use crud view components as arrays as per https://github.com/Cambalab/vue-admin/issues/94

Is this acceptable?

sgobotta commented 4 years ago

Nice work, that's what we were expecting.

One little thing, we point all our PRs to the develop branch unless it's a hotfix. Could you please fix the conflcits in route.bindings? Then we'll be ready to merge.

Thanks!

SevenIndirecto commented 4 years ago

Sure thing, sorry about missing the branch details.

sgobotta commented 4 years ago

Sure thing, sorry about missing the branch details.

It's fine, the updated README.md with contributing instructions isn't in master yet. Thanks for your work!

sgobotta commented 4 years ago

Closes #94