3👍
✅
You can’t include script directly in .vue
file. Rather, you have to import the file:
import Pusher from 'path-to-pusher'
Source:stackexchange.com