Livewire not working with Vue

What seems to be the problem: livewire does not work with app.js linked to laravel template there’s no error thrown wire:model does not work

Steps to Reproduce: link app.js with Vue js imported and initialized

Are you using the latest version of Livewire: yes

Do you have any screenshots or code examples: no

Vue was decoupled from the newest release (1.0). If that’s the cause, add
<script src="https://cdn.jsdelivr.net/gh/livewire/[email protected]/dist/livewire-vue.js"></script> after @livewireScripts.

Thanks, I’ve been racking my brain over this…