Skip to content
Discussion options

You must be logged in to vote

Ideal Solution

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Counter</title>
        <link rel="stylesheet" href="https://unpkg.com/[email protected]/mvp.css" />
        <script
            defer
            src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"
        ></script>
    </head>
    <body>
        <section>
            <aside x-data="data">
                <p>Count: <span x-text="count"></span></p>
            </aside>
        </section>
        <script>
            const data = {

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@cybardev
Comment options

@cybardev
Comment options

@ekwoka
Comment options

@ekwoka
Comment options

@cybardev
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cybardev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants