YZProjectCloud/yanzhu-bigscreen/src/components-old/cz-screen.js

25 lines
228 B
JavaScript
Raw Normal View History

2024-11-27 23:42:39 +08:00
import Vue from 'vue'
Vue.component("cz-screen", {
template: `
`,
props: {
},
data() {
return {
}
},
mounted(){
},
methods: {
},
watch:{
}
})