Vue объявить компонент в main.js

Vue.component('MyComponentName', { /* ... */ })
Kind Kinkajou