Caleb Porzio 3 năm trước cách đây
mục cha
commit
0cbdb02f59
2 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 1 1
      packages/docs/package.json
  2. 3 1
      packages/docs/src/en/directives/teleport.md

+ 1 - 1
packages/docs/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@alpinejs/docs",
-    "version": "3.7.0-revision.1",
+    "version": "3.7.0-revision.2",
     "description": "The documentation for Alpine",
     "author": "Caleb Porzio",
     "license": "MIT"

+ 3 - 1
packages/docs/src/en/directives/teleport.md

@@ -5,12 +5,14 @@ description: Send Alpine templates to other parts of the DOM
 graph_image: https://alpinejs.dev/social_teleport.jpg
 ---
 
-# Teleport Plugin
+# x-teleport
 
 The `x-teleport` directive allows you to transport part of your Alpine template to another part of the DOM on the page entirely.
 
 This is useful for things like modals (especially nesting them), where it's helpful to break out of the z-index of the current Alpine component.
 
+> Warning: if you are a [Livewire](https://laravel-livewire.com) user, this functionality does not currently work inside Livewire components. Support for this is on the roadmap.
+
 <a name="x-teleport"></a>
 ## x-teleport