We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var html = require("html-parse-stringify") console.time('html') const result = html.parse(`<template><main-page v-bind="$attrs" :class="{a: tr2}"><view v-if="msg"></view><view v-else></view><template v-if="test"><view></view></template></main-page></template><style lang="scss">.test{}</style><script setup lang="ts"></script><script module="test" lang="renderjs">console.log('</template>')const a = 1</script>`) console.log((result)) console.timeEnd('html')
The text was updated successfully, but these errors were encountered:
@643104191 you may want to check if this PR would address your issue: #64
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: