From 0a8dd9e5b0bd0463285081c40a64a632a2e6b879 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Tue, 13 Sep 2022 19:22:55 +0800 Subject: [PATCH] chore: update shims-uni-app.d.ts --- packages/shims-uni-app.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/shims-uni-app.d.ts b/packages/shims-uni-app.d.ts index efc6f6a5d..0a6c9b89c 100644 --- a/packages/shims-uni-app.d.ts +++ b/packages/shims-uni-app.d.ts @@ -43,7 +43,8 @@ declare namespace UniNamespace { router?: { strict: boolean base: string - assets: string + assets: string, + routerBase: string } nvue?: { 'flex-direction': 'column' | 'row' -- GitLab