From 6ac2586ddbf4fd349fdf7a3959907a34a6215544 Mon Sep 17 00:00:00 2001 From: Bayn-Web Date: Fri, 18 Oct 2024 09:51:30 +0800 Subject: [PATCH] doc(import statement): delete extraneous blank lines --- src/api/sfc-script-setup.md | 2 -- 1 file changed, 2 deletions(-) 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 `