From a9d496da0aead66ee7ff207425f605585fcd114b Mon Sep 17 00:00:00 2001 From: fasttian Date: Wed, 16 Feb 2022 09:15:49 +0000 Subject: [PATCH] update --- docs/migration-to-vue3.md | 59 +++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/docs/migration-to-vue3.md b/docs/migration-to-vue3.md index bf3a59291..312310234 100644 --- a/docs/migration-to-vue3.md +++ b/docs/migration-to-vue3.md @@ -304,43 +304,42 @@ ```js // 方式一:在 B 页面 ``` ```js // 方式二:在 B 页面 setup() 中 - ``` -- GitLab