Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: foxbenjaminfox/vue-async-computed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Eleg-i/vue-async-computed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 18 files changed
  • 1 contributor

Commits on Mar 10, 2023

  1. 新增 promise 模式

    Eleg-i committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1465902 View commit details
    Browse the repository at this point in the history
  2. 修改 LICENSE 和 README

    Eleg-i committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    6afe8cc View commit details
    Browse the repository at this point in the history
  3. 1.新增超时机制;

    2.新增实例的异步计算属性状态检查方法 $checkAscPropsStatus.
    Eleg-i committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    abd91c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2deb3c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. 1.checkAscPropsStatus 新增参数默认值,默认检查 success 状态;

    2.修复 error 状态在 update 周期后未正确设置的问题。
    Eleg-i committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    00fd6f5 View commit details
    Browse the repository at this point in the history
Loading