/** * 顶部header */ Vue.component("cz-screen", { template: ` `, props: { }, data() { return { } }, mounted(){ }, methods: { }, watch:{ } })