I getting error when try to load vue-alert as it explained in example:
import VueAlert from 'vue-alert'
ERROR in ./src/main.js
Module not found: Error: Can't resolve 'vue-alert' in '/var/www/d8-play/themes/vue/vueapp/src'
When I change import into
import VueAlert from '@vuejs-pt/vue-alert'
Everything works well.
Did I miss something, or it's wrong import in the documentation?