Files
pad-hl-hcx-new/pages/management/semifinishedcompose.vue

20 lines
155 B
Vue
Raw Normal View History

2023-05-09 17:51:46 +08:00
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>