Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

fix(nuxt): page hydration and double load #7940

Merged
merged 11 commits into from Oct 8, 2022

Commits on Sep 30, 2022

  1. Try to fix nuxtApp.isHydration by using ref count

    Use ref count to wait for all existing suspense instance to finish
    before the `app:suspense:resolve` is called
    mmis1000 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3aa5114 View commit details
    Browse the repository at this point in the history
  2. Fix issue #7337 and #6592

    mmis1000 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    d85d0f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92c2ccf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28d99ee View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. fix: re-implement nuxt#7818

    danielroe committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    25e22fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d872c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c9dd5f View commit details
    Browse the repository at this point in the history
  4. style: import order

    danielroe committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    ac8b0a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    99b0cb4 View commit details
    Browse the repository at this point in the history
  2. style: lint

    danielroe committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    8dc051f View commit details
    Browse the repository at this point in the history
  3. style: reorder import

    danielroe committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    bffe838 View commit details
    Browse the repository at this point in the history