Browse Source

Merge pull request #408 from nwoeddie/patch-1

Update README PR links
Caleb Porzio 5 năm trước cách đây
mục cha
commit
90e19b92f4
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -592,10 +592,10 @@ You can "watch" a component property with the `$watch` magic method. In the abov
 * Move from `x-ref` to `ref` for Vue parity?
 * Add `Alpine.directive()`
 * Add `Alpine.component('foo', {...})` (With magic `__init()` method)
-* Dispatch Alpine events for "loaded", "transition-start", etc... (Original PR: #299) ?
-* Remove "object" (and array) syntax from `x-bind:class="{ 'foo': true }"` (PR to add support for object syntax for the `style` attribute: #236)
-* Improve `x-for` mutation reactivity (#165)
-* Add "deep watching" support in V3 (#294)
+* Dispatch Alpine events for "loaded", "transition-start", etc... ([#299](https://github.com/alpinejs/alpine/pull/299)) ?
+* Remove "object" (and array) syntax from `x-bind:class="{ 'foo': true }"` ([#236](https://github.com/alpinejs/alpine/pull/236) to add support for object syntax for the `style` attribute)
+* Improve `x-for` mutation reactivity ([#165](https://github.com/alpinejs/alpine/pull/165))
+* Add "deep watching" support in V3 ([#294](https://github.com/alpinejs/alpine/pull/294))
 
 ## License