From ac7fb917ddd2d74ec1fdb0e06af01c2b13421ecd Mon Sep 17 00:00:00 2001 From: jc Date: Mon, 21 Sep 2020 15:19:10 +0800 Subject: [PATCH] docs: format (#477) [skip ci] --- docs/api/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/index.md b/docs/api/index.md index 0a033520..b5b7ea42 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -647,8 +647,8 @@ Returns the [normalized version](./vue-router-interface#routelocation) of a [rou ```typescript resolve(to: RouteLocationRaw): RouteLocation & { - href: string - } + href: string +} ``` _Parameters_ -- 2.47.3