wx-starlock/pages/passwordList/passwordList.vue

18 lines
143 B
Vue
Raw Normal View History

2024-08-26 20:04:22 +08:00
<template>
<view>
</view>
</template>
<script>
export default {
data () {
return {}
}
}
</script>
<style lang="scss">
</style>