Skip to content

Commit

Permalink
doc(import statement): delete extraneous blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayn-Web committed Oct 18, 2024
1 parent 64386ff commit 6ac2586
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/sfc-script-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ In addition, the awaited expression will be automatically compiled in a format t
## Import Statements {#imports-statements}

Import statements in vue follow [ECMAScript module specification](https://nodejs.org/api/esm.html).

In addition, you can use aliases defined in your build tool configuration:

```vue
Expand All @@ -494,7 +493,6 @@ import { componentC } from '~/Components'
</script>
```


## Generics <sup class="vt-badge ts" /> {#generics}

Generic type parameters can be declared using the `generic` attribute on the `<script>` tag:
Expand Down

0 comments on commit 6ac2586

Please sign in to comment.