mes_mobile/components/switchDefine.vue

20 lines
163 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
name:"switchDefine",
data() {
return {
};
}
}
</script>
<style>
</style>