Vue inline template not finding methods or data
问题 Normally using Vue as an out of the box solution with Laravel so it just 'works'. I am adding it now to a WordPress build but have an issue with an inline template. Every looks fine, but it will not do anything in the mounted method and says that any data or methods are undefined, almost likes its not properly loading the component. Here is the basic HTML: <tabbed-panels class="component tabPanels" inline-template> <div> <div class="tabPanels__controls-control" v-on:click="changeTab(1)"></div