diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index bb372c6346..a09680d392 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -94,6 +94,7 @@ const sidebar = { 'migration/functional-components', 'migration/async-components', 'migration/custom-directives', + 'migration/render-function-api', 'migration/slots-unification', 'migration/keycode-modifiers' ] diff --git a/src/guide/migration/render-function-api.md b/src/guide/migration/render-function-api.md new file mode 100644 index 0000000000..4210c48a13 --- /dev/null +++ b/src/guide/migration/render-function-api.md @@ -0,0 +1,137 @@ +# Render Function API + +## Overview + +This change will not affect `