Files
city-store-transfer/pages/my/my.vue
2023-10-27 14:22:24 +08:00

18 lines
348 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view class="u-border-bottom">
夫人之相与俯仰一世或取诸怀抱悟言一室之内或因寄所托放浪形骸之外
</view>
</template>
<script>
export default {
data() {
return {
show:false,
title:'标题',
content:'uView的目标是成为uni-app生态最优秀的UI框架'
};
}
};
</script>