mes_mobile/components/switchDefine.vue

20 lines
163 B
Vue
Raw Normal View History

2024-03-13 16:07:11 +08:00
<template>
<view>
</view>
</template>
<script>
export default {
name:"switchDefine",
data() {
return {
};
}
}
</script>
<style>
</style>