mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-10 00:02:16 +08:00
14 lines
163 B
Vue
14 lines
163 B
Vue
<template>
|
|
<Row></Row>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
name: 'zy_content',
|
|
methods: {
|
|
switchTheme (e) {
|
|
this.theme = e
|
|
}
|
|
}
|
|
}
|
|
</script>
|