branch: refactor/mv3 use tsx
xlzy520 opened this issue · 3 comments
xlzy520 commented
Describe the bug
Reproduction
file path:vitesse-webext/src/popup/Popup.vue
update script lang
<script setup lang="tsx">
import { storageDemo } from '~/logic/storage'
function openOptionsPage() {
browser.runtime.openOptionsPage()
}
</script>
System Info
System:
OS: macOS 11.7.1
CPU: (8) arm64 Apple M1
Memory: 103.06 MB / 16.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.14.0 - /usr/local/bin/node
Yarn: 1.22.5 - ~/.yarn/bin/yarn
npm: 8.3.1 - /usr/local/bin/npm
Browsers:
Chrome: 108.0.5359.124
Edge: 103.0.1264.71
Firefox: 106.0
Safari: 14.1.2
Used Package Manager
pnpm
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided reproduction is a minimal reproducible of the bug.
xlzy520 commented
xlzy520 commented
我先用h函数进行处理jsx绕过了
tmkx commented
the main
branch should have solve this issue. you can reopen it if not, thanks! :)