From 281e13901a6074442960552a4db37bf533be2668 Mon Sep 17 00:00:00 2001 From: tianjiaxing Date: Fri, 8 Apr 2022 12:05:03 +0800 Subject: [PATCH] chore: update --- docs/tutorial/migration-to-vue3.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/migration-to-vue3.md b/docs/tutorial/migration-to-vue3.md index 347e71d37..ebb99ace5 100644 --- a/docs/tutorial/migration-to-vue3.md +++ b/docs/tutorial/migration-to-vue3.md @@ -1,8 +1,8 @@ -#### vue2 项目迁移 vue3,必须适配的部分 + 以下列举迁移到 vue3,必须适配的几个点,vue2 项目才能正常运行在 vue3 上。更多查看完整的[非兼容特性列表](https://github.com/vuejs/vue-next/tree/master/packages/vue-compat#incompatible) -- main.js +## main.js - 创建应用实例 @@ -427,4 +427,5 @@ } } ``` - ## 通过定义 props 来直接接收 url 传入的参数 \ No newline at end of file + +## [通过定义props来直接接收url传入的参数](#url-search-params) \ No newline at end of file -- GitLab