Skip to content

Commit

Permalink
Update packages/integrations/vue/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Jutan <danjutan@gmail.com>
  • Loading branch information
bluwy and Dan Jutan authored Sep 28, 2022
1 parent f26bb5b commit 9edd863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ export default defineConfig({
});
```

This will enable rendering both Vue and Vue JSX components. To customize the Vue JSX compiler, options can be passed instead of a boolean. See the `@vitejs/plugin-vue-jsx` [docs](https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx) for more details.
This will enable rendering for both Vue and Vue JSX components. To customize the Vue JSX compiler, pass an options object instead of a boolean. See the `@vitejs/plugin-vue-jsx` [docs](https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx) for more details.

0 comments on commit 9edd863

Please sign in to comment.