Upgrading from 0.17 to 1.x - weird custom components behaviour
-
After upgrading a large project from 0.17 to 1.9 quasar, Vue CLI plugin + typescript, I’m seeing a very strange thing - some of my custom components, for instance - <table-layout>, is used in two tables. One table is displayed just fine with no errors. The other, not displayed at all, and I am getting an error “unrecognized custom component <table-layout>. Are you sure you registered the component correctly… etc etc”
I’m have no idea why this is happening. Has anyone come across something similar?