Skip to content

Commit

Permalink
chore: spacing (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexhent authored Jul 16, 2024
1 parent 97afde6 commit fcdb1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/1.vue/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ogImage: true

Nuxt integrates [Vue 3](https://vuejs.org/), a progressive framework for building user interfaces. In this section, we will cover the basics of Vue.

What you see in the editor is a [Vue Single-File Component](https://vuejs.org/guide/scaling-up/sfc.html)(SFC).
What you see in the editor is a [Vue Single-File Component](https://vuejs.org/guide/scaling-up/sfc.html) (SFC).

An SFC is a reusable self-contained block of code that encapsulates HTML, CSS and JavaScript that belong together, written inside a `.vue` file. It's composed with a [`<script setup>`](https://vuejs.org/api/sfc-script-setup.html) block to define the JavaScript logic, a `<template>` block to define the HTML template and optional `<style>` blocks to define the CSS style. You can play with it using the playground on the right, or read more about it in the [official Vue documentation](https://v3.vuejs.org/guide/single-file-component.html).

Expand Down

0 comments on commit fcdb1ad

Please sign in to comment.