Skip to content

Commit

Permalink
feat: 更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 7, 2023
1 parent 01bffce commit afc8271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import DefaultTheme from 'vitepress/theme';
export default {
...DefaultTheme,
enhanceApp(ctx) {
ctx.app.component('VuePlayground', Playground.default);
ctx.app.component('VuePlayground', Playground);
},
};
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress-plugin-vue-repl",
"version": "0.0.6",
"version": "0.0.7",
"description": "In Vitepress use playground",
"module": "./dist/index.js",
"main": "./dist/index.js",
Expand Down

0 comments on commit afc8271

Please sign in to comment.