From 35624bea0936a2bccf9b86e61dd35f6a3e0305b6 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Mon, 13 Jul 2020 14:29:07 -0400 Subject: [PATCH 1/3] docs (#152): add render function api changes to migration guide --- src/.vuepress/config.js | 3 +- src/guide/migration/render-function-api.md | 139 +++++++++++++++++++++ 2 files changed, 141 insertions(+), 1 deletion(-) create mode 100644 src/guide/migration/render-function-api.md diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index af6106dce0..8ec1aaba8a 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -93,7 +93,8 @@ const sidebar = { 'migration/v-model', 'migration/functional-components', 'migration/async-components', - 'migration/custom-directives' + 'migration/custom-directives', + 'migration/render-function-api' ] }, { diff --git a/src/guide/migration/render-function-api.md b/src/guide/migration/render-function-api.md new file mode 100644 index 0000000000..16699afa4a --- /dev/null +++ b/src/guide/migration/render-function-api.md @@ -0,0 +1,139 @@ +# Render Function API + +## Overview + +This change will not affect `