vite-plugin-vue
vite-plugin-vue copied to clipboard
fix: ts expression should work well in the pug template
Description
Fix #18
Additional context
What is the purpose of this pull request?
- [ ] Bug fix
- [x] New Feature
- [ ] Documentation update
- [ ] Other
Before submitting the PR, please make sure you do the following
- [x] Read the Contributing Guidelines.
- [x] Read the Pull Request Guidelines and follow the Commit Convention.
- [x] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
- [x] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g.
fixes #123). - [x] Ideally, include relevant tests that fail without this PR but pass with it.
Any chance we can get this merged? This bug is affecting me quite a bit.
bump
+1
Almost always it is possible to extract Typescript to the <script lang="ts"> tag and only use Javascript in <template lang="pug">. Yet the life would be much easier if this PR got merged. Thank you, @Jevon617.
2024 bump!