diff --git a/src/api/sfc-script-setup.md b/src/api/sfc-script-setup.md index 0de198752c..89bd6f4440 100644 --- a/src/api/sfc-script-setup.md +++ b/src/api/sfc-script-setup.md @@ -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 @@ -494,7 +493,6 @@ import { componentC } from '~/Components' ``` - ## Generics {#generics} Generic type parameters can be declared using the `generic` attribute on the `