diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b75fe..6aaad9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [1.0.2](https://github.com/liting-yes/vite-plugin-vue-preview/compare/1.0.1...1.0.2) (2023-06-18) + ## [1.0.1](https://github.com/liting-yes/vite-plugin-vue-preview/compare/1.0.0...1.0.1) (2023-06-18) ## [1.0.0](https://github.com/liting-yes/vite-plugin-vue-preview/compare/0.5.2...1.0.0) (2023-06-17) diff --git a/README.md b/README.md index ef9843a..d54b53d 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,9 @@ Once you've set up the above, you're ready to use it in your markdown file: -## 插件配置 +## Plugin Configuration -在 MarkDown 文件中,传递组件 **Props** 并没有太优雅的办法,故在插件配置中支持传入特定的组件 Props 进行全局配置 +There is no elegant way to pass component **Props** in a MarkDown file, so passing in specific component Props is supported in the plugin configuration for global configuration ```TS // vite.config.ts diff --git a/package.json b/package.json index 26c1582..510e66b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-vue-preview", "type": "module", - "version": "1.0.1", + "version": "1.0.2", "private": false, "description": "a vite plugin for vue preview in markdown", "author": "liting ",