index.js 211 B

1234567
  1. import BigScreenTopLayout from './ApplicationCreateTop/index.vue'
  2. BigScreenTopLayout.install = function (Vue) {
  3. Vue.component(BigScreenTopLayout.name, BigScreenTopLayout)
  4. }
  5. export default BigScreenTopLayout