diff --git a/.eslintrc b/.eslintrc index d5691ad3f..a88323e16 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,6 +1,7 @@ { "extends": ["vue"], "globals": { - "XMLHttpRequest": true + "XMLHttpRequest": true, + "__docsify__": true } } diff --git a/CHANGELOG.md b/CHANGELOG.md index 713d6f629..12e258ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.0.0 +### Features +- Customize the theme color + +### Break change +- Remove `data-router`, `data-sidebar`, `data-sidebar-toggle` APIs + ## 1.10.5 ### Bug fixes - fix initialize the Vue instance diff --git a/README.md b/README.md index 0e1938cb6..b5d7e09a8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ - Support emoji :laughing: ## Quick start -Create a `index.html` and using `hash router`. +Create a `index.html`. index.html @@ -39,7 +39,7 @@ index.html
- +