UNPKG
myapp-dataroom
Version:
latest (2.0.1-2024011601-Alpha)
2.0.1-2024011601-Alpha
自定义大屏
github.com/gcpaas/DataRoom
myapp-dataroom
/
packages
/
Layout
/
index.js
8 lines
(5 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
BigScreenTopLayout
from
'./ApplicationCreateTop/index.vue'
BigScreenTopLayout
.
install
=
function
(
Vue
) {
Vue
.
component
(
BigScreenTopLayout
.
name
,
BigScreenTopLayout
) }
export
default
BigScreenTopLayout