uni-item-manage/pages/index/index.vue

14 lines
117 B
Vue
Raw Normal View History

2023-10-17 02:42:18 +00:00
<script>
2023-10-17 03:56:54 +00:00
export default {
name: "index"
}
2023-10-17 02:42:18 +00:00
</script>
2023-10-17 03:56:54 +00:00
<template>
2023-10-17 02:42:18 +00:00
2023-10-17 03:56:54 +00:00
</template>
2023-10-17 02:42:18 +00:00
2023-10-17 03:56:54 +00:00
<style scoped lang="scss">
2023-10-17 02:42:18 +00:00
</style>