1.12.0 • Published 1 year ago

hymd-store-h5-components v1.12.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

cool-components

使用

文档

TODO

  1. 文档代码例子
  2. 修改body样式等
  3. 修改story的标题和描述
  4. 组件测试
  5. storybook部署固定一个访问地址
    1. https://www.chromatic.com/docs/permalinks
    2. https://master--620f71735c1dd8003c5d4a12.chromatic.com
  6. 版本管理与更新日志

FQA

  1. 弹框路由组件影响页面全局的popstate事件导致路由混乱
1. 再全局popstate添加 sesstionStorage标识判断
2. 在弹弹窗时设置标识
3. 在弹框关闭时设置 setTimeout(() => { 移除标识}, 500)
  1. popup里面确定跳转其他路由
确定,关闭后触发其他路由跳转