File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 77/.hbuilderx /
88/.vscode /
99/.vite /
10+ /package-lock.json
11+ /pnpm-lock.yaml
Original file line number Diff line number Diff line change 1414 }
1515 </script >
1616
17- <style >
17+ <style lang="scss" >
1818 /* 每个页面公共css */
1919 @import " uview-plus/index.scss" ;
2020 </style >
Original file line number Diff line number Diff line change 1010 "easycom" : {
1111 // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
1212 "custom" : {
13- "^u--(.*)" : " @/uni_modules/ uview-plus/components/u-$1/u-$1.vue" ,
14- "^up-(.*)" : " @/uni_modules/ uview-plus/components/u-$1/u-$1.vue" ,
15- "^u-([^-].*)" : " @/uni_modules/ uview-plus/components/u-$1/u-$1.vue"
13+ "^u--(.*)" : " uview-plus/components/u-$1/u-$1.vue" ,
14+ "^up-(.*)" : " uview-plus/components/u-$1/u-$1.vue" ,
15+ "^u-([^-].*)" : " uview-plus/components/u-$1/u-$1.vue"
1616 }
1717 },
1818 "globalStyle" : {
Original file line number Diff line number Diff line change 33 <image class =" logo" src =" /static/logo.png" ></image >
44 <view class =" text-area" >
55 <text class =" title" >{{title}}</text >
6- </view >
6+ </view >
7+ <up-button type =" primary" text =" 按钮" ></up-button >
8+ <up-cell-group >
9+ <up-cell icon =" setting-fill" title =" 个人设置" ></up-cell >
10+ <up-cell icon =" integral-fill" title =" 会员等级" value =" 新版本" ></up-cell >
11+ </up-cell-group >
712 </view >
813</template >
914
You can’t perform that action at this time.
0 commit comments