gy-app-shop/pages/home/wisdomElectricity/timerSetting/edit.vue

20 lines
160 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss" scoped>
</style>