Files
hht-xzhy-uni/pages/General/operation.vue

20 lines
155 B
Vue
Raw Normal View History

2025-09-03 16:23:43 +08:00
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>