Files
pad-nl-three-uni/pages/management/out-storage.vue
2024-02-21 18:08:27 +08:00

20 lines
155 B
Vue

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