jhipster / jhipster-vuejs

A Vue.js blueprint for JHipster. It will use Vue.js as the frontend library!
https://www.jhipster.tech
Apache License 2.0
301 stars 179 forks source link

Fix vue warn about unknow custom element jhi-sort-indicator #553

Closed pascalgrimaud closed 4 years ago

pascalgrimaud commented 4 years ago

It's for removing this warning during npm test :

 PASS  src/test/javascript/spec/app/entities/test-root/operation/operation.component.spec.ts (216 MB heap size)
  ● Console

    console.error node_modules/vue/dist/vue.runtime.common.dev.js:621
      [Vue warn]: Unknown custom element: <jhi-sort-indicator> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

      found in

      ---> <Operation>
             <Root>
    console.error node_modules/vue/dist/vue.runtime.common.dev.js:621