eddiewebb These components are visible in the browser console so it should work:

Are you sure you have this extension enabled?
Can you check what will be in the console after executing this code?
import * as tab from '@acpl-mobile-tab';
console.log(tab);
eddiewebb This extension requires a minimum version of Flarum 1.2, but you have Flarum 1.0 in your composer.json, so you had to add this flag to update Flarum as well.
What version of Flarum are you currently on?