import Navbar from './src/Navbar.vue'; Navbar.install = function(Vue) { Vue.component(Navbar.name, Navbar); }; export default Navbar;