罗世杰:feat:初始化统计色块,完成店铺列表和找店列表的切换,完成首页导航

This commit is contained in:
LuoShijie
2023-11-06 00:08:37 +08:00
parent 79d26d70cf
commit 237f2451b8
19 changed files with 323 additions and 115 deletions

View File

@@ -18,14 +18,14 @@
<script>
/**
* @property @property {String} 需要显示的消息
* @property {String} text 需要显示的消息
*/
export default {
props: {
text: {
type: String,
default() {
return '寒雨连江夜入吴 平明送客楚山孤 洛阳亲友如相问 一片冰心在玉壶'
return ' '
}
}
}