Marcin Nabiałek пре 3 година
родитељ
комит
29f2be4aa9
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      packages/docs/src/en/upgrade-guide.md

+ 3 - 2
packages/docs/src/en/upgrade-guide.md

@@ -295,6 +295,9 @@ One of Alpine's stories for re-using functionality is abstracting Alpine directi
 </script>
 </script>
 ```
 ```
 
 
+[→ Read more about Alpine lifecycle events](/essentials/lifecycle#alpine-initialization)
+
+
 <a name="x-ref-no-more-dynamic"></a>
 <a name="x-ref-no-more-dynamic"></a>
 ### `x-ref` no longer supports binding
 ### `x-ref` no longer supports binding
 
 
@@ -314,8 +317,6 @@ In Alpine V2 for below code
 after clicking button all `$refs` were displayed. However in Alpine V3 it's possible to access only `$refs` for elements created statically, so only first ref will be returned as expected.
 after clicking button all `$refs` were displayed. However in Alpine V3 it's possible to access only `$refs` for elements created statically, so only first ref will be returned as expected.
 
 
 
 
-[→ Read more about Alpine lifecycle events](/essentials/lifecycle#alpine-initialization)
-
 <a name="no-ie-11"></a>
 <a name="no-ie-11"></a>
 ### IE11 no longer supported
 ### IE11 no longer supported