1
0
Fork 0
mirror of https://github.com/archtechx/alpine-typescript.git synced 2025-12-11 22:34:03 +00:00
This commit is contained in:
Samuel Štancl 2021-02-26 22:44:01 +01:00 committed by GitHub
parent 8464174774
commit 9444b8bb63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,7 @@ export default (foo: string, bar: number) => {
# Real-world example
Here's a practical example that uses constructors, `init()`, refs, events, and includes dependencies in the right way.
Here's a practical example that uses constructors, `init()`, refs, events, and includes dependencies the right way.
This example uses the Alpine component that we use for search on the [Lean documentation site](https://lean-admin.dev).