DataRoom/data-room-ui/packages/Layout/index.js

8 lines
211 B
JavaScript

import BigScreenTopLayout from './ApplicationCreateTop/index.vue'
BigScreenTopLayout.install = function (Vue) {
Vue.component(BigScreenTopLayout.name, BigScreenTopLayout)
}
export default BigScreenTopLayout