Skip to content

Commit 6ac2586

Browse files
committed
doc(import statement): delete extraneous blank lines
1 parent 64386ff commit 6ac2586

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/api/sfc-script-setup.md

-2
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ In addition, the awaited expression will be automatically compiled in a format t
482482
## Import Statements {#imports-statements}
483483

484484
Import statements in vue follow [ECMAScript module specification](https://nodejs.org/api/esm.html).
485-
486485
In addition, you can use aliases defined in your build tool configuration:
487486

488487
```vue
@@ -494,7 +493,6 @@ import { componentC } from '~/Components'
494493
</script>
495494
```
496495

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

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

0 commit comments

Comments
 (0)