]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: readme [ci skip]
authorEvan You <yyx990803@gmail.com>
Thu, 2 Apr 2020 02:11:35 +0000 (22:11 -0400)
committerEvan You <yyx990803@gmail.com>
Thu, 2 Apr 2020 02:11:35 +0000 (22:11 -0400)
README.md

index 1b1c2cf9b693c4cfe34831ba909c272da8b1d2a9..8b654b12a311c9b3bfb3271e10fba37f5d305e07 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,11 +8,7 @@ There is a simple webpack-based setup with Single-File Component support availab
 
 Please note that there could still be undocumented behavior inconsistencies with 2.x. When you run into such a case, please make sure to first check if the behavior difference has already been proposed in an existing RFC. If the inconsistency is not part of an RFC, then it's likely unintended, and an issue should be opened (please make sure to use the [issue helper](https://new-issue.vuejs.org/?repo=vuejs/vue-next) when opening new issues).
 
-## Known Issues
-
-- There is currently no way to attach custom instance properties via `Vue.prototype`.
-
-- The current implementation requires native ES2015+ in the runtime environment and does not support IE11 (yet).
+In addition, the current implementation requires native ES2015+ in the runtime environment and does not support IE11 (yet). The IE11 compatible build will be worked on after we have reached RC stage.
 
 ## Contribution