摘要:
新创建Uni-app项目的时候 会出现下图目录: pages文件夹也就是放置页面文件的地方。初始页面对应的就是index.vue。 下面是新创建的HelloWorld页面。 所有的路由都配置在pages.json里面 { "pages": [ //pages数组中第一项表示应用启动页,参考:http 阅读全文
posted @ 2021-09-27 23:16
RookieCoderAdu
阅读(644)
评论(0)
推荐(0)
摘要:
template中: <template> <view class="content"> <image class="logo" src="/static/logo.png"></image> <view class="text-area"> <text class="title">{{title} 阅读全文
posted @ 2021-09-27 22:54
RookieCoderAdu
阅读(360)
评论(0)
推荐(0)