topbar.js 87 B

123
  1. import Vue from 'vue'
  2. import topbar from './topbar.vue'
  3. Vue.component('topbar', topbar)