From 5e6eacd880eb7006b3afde3a5a7273cbd66ee656 Mon Sep 17 00:00:00 2001 From: cyrilf Date: Sat, 4 Apr 2020 09:38:16 +0200 Subject: [PATCH] docs: fix a minor typo in an import example (#2276) --- packages/docs/docs/theme/inheritance.md | 2 +- packages/docs/docs/zh/theme/inheritance.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/docs/theme/inheritance.md b/packages/docs/docs/theme/inheritance.md index 7a2d5f58e8..63671ebdb1 100755 --- a/packages/docs/docs/theme/inheritance.md +++ b/packages/docs/docs/theme/inheritance.md @@ -129,7 +129,7 @@ Then, in any Vue components on the theme, **you should access the theme root dir ```vue ``` diff --git a/packages/docs/docs/zh/theme/inheritance.md b/packages/docs/docs/zh/theme/inheritance.md index 3a1c164047..7e796bf557 100755 --- a/packages/docs/docs/zh/theme/inheritance.md +++ b/packages/docs/docs/zh/theme/inheritance.md @@ -129,7 +129,7 @@ theme ```vue ```