pfm app

“yst 17bdd390fa 解决冲突 il y a 4 ans
.hbuilderx 459504b01f 日历 il y a 4 ans
components ce9043d6a0 Merge branch 'master' of ssh://1582597470426922.onaliyun.com@s1.nsloop.com:29418/web_TracerMethodology il y a 4 ans
pages 17bdd390fa 解决冲突 il y a 4 ans
static 53c6a55e1b 拉取代码 il y a 4 ans
store ff6491c0e5 init il y a 4 ans
utils dfa8672c1a 地址修改 il y a 4 ans
.gitignore ff6491c0e5 init il y a 4 ans
App.vue be8dfadf45 情境创建完成 il y a 4 ans
README.md f6f192fcc4 readme il y a 4 ans
down.-icon.png 7c8dbf1a25 任务详情 il y a 4 ans
main.js e721414117 定义任务流程列表 il y a 4 ans
manifest.json 907e0e6169 任务流程数据构建 il y a 4 ans
package-lock.json f12d78d85c 解决冲突 il y a 4 ans
package.json f12d78d85c 解决冲突 il y a 4 ans
pages.json 17bdd390fa 解决冲突 il y a 4 ans
uni.scss 0b0d898ffd 重新创建带uni-ui的项目 il y a 4 ans
yarn.lock f558651115 合并冲突 il y a 4 ans

README.md

项目结构:


  1. 公共样式写在App.vue;

公共组件说明:


  1. 步骤条:tm-steps,详细传参说明在组件内部。
  2. 树形控件:tm-trees。
  3. 底部tabBar:tm-tabbar。
  4. 单选列表组合/下拉式单选列表组合:tm-radio-group。使用步骤看tm-radio-group/README.md
  5. 底部简单双按钮:tm-simple-btn-group。

公共组件的注册方式


  1. 在main.js中全局注册;
  2. 在components目录下创建文件夹=文件名的组件,会自动全局注册,但是需要注意:在模板中使用的名字也必须与定义的名字一致,比如定义了n-navigation/n-navigation.vue组件,必须是;因为标签推荐kebab-case方式,所以定义的公共组件也推荐这种命名方式