ais-one/cookbook

Async Component being overwritten in Multi-Crud Page example

ais-one opened this issue · 1 comments

Can be seen in latest develop branch

When you select the multi-crud page example.

If you open left CRUD table filter, you see header Party Notes Component Filter (it should be "Party Notes Filter").

If you open right CRUD table filter, you see header Party Notes Component Filter.

Somehow, somewhere the Filter component that is async loaded is being overwritten

https://github.com/ais-one/vue-crud-x/blob/develop/example/src/components/MultiCrudPage/Example.vue

fixed