Files
hht-hl-one-uni/pages/device/WorkManage.vue
2023-09-08 09:42:08 +08:00

20 lines
155 B
Vue

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