Skip to content

docs: update /guide/quick-start page #2855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ The above link loads the _global build_ of Vue, where all top-level APIs are exp
</script>
```

[Codepen demo](https://codepen.io/vuejs-examples/pen/QWJwJLp)
[CodePen Demo >](https://codepen.io/vuejs-examples/pen/QWJwJLp)

</div>

Expand All @@ -221,7 +221,7 @@ The above link loads the _global build_ of Vue, where all top-level APIs are exp
</script>
```

[Codepen demo](https://codepen.io/vuejs-examples/pen/eYQpQEG)
[CodePen Demo >](https://codepen.io/vuejs-examples/pen/eYQpQEG)

:::tip
Many of the examples for Composition API throughout the guide will be using the `<script setup>` syntax, which requires build tools. If you intend to use Composition API without a build step, consult the usage of the [`setup()` option](/api/composition-api-setup).
Expand Down Expand Up @@ -278,12 +278,12 @@ Notice that we are using `<script type="module">`, and the imported CDN URL is p

<div class="options-api">

[Codepen demo](https://codepen.io/vuejs-examples/pen/VwVYVZO)
[CodePen Demo >](https://codepen.io/vuejs-examples/pen/VwVYVZO)

</div>
<div class="composition-api">

[Codepen demo](https://codepen.io/vuejs-examples/pen/MWzazEv)
[CodePen Demo >](https://codepen.io/vuejs-examples/pen/MWzazEv)

</div>

Expand Down Expand Up @@ -323,7 +323,7 @@ We can teach the browser where to locate the `vue` import by using [Import Maps]
</script>
```

[Codepen demo](https://codepen.io/vuejs-examples/pen/wvQKQyM)
[CodePen Demo >](https://codepen.io/vuejs-examples/pen/wvQKQyM)

</div>

Expand Down Expand Up @@ -354,7 +354,7 @@ We can teach the browser where to locate the `vue` import by using [Import Maps]
</script>
```

[Codepen demo](https://codepen.io/vuejs-examples/pen/YzRyRYM)
[CodePen Demo >](https://codepen.io/vuejs-examples/pen/YzRyRYM)

</div>

Expand Down