We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can you please add something to readme or Examples directory around using .vue file. ie load a .vue file and use it on a page.
The existing example is just based on parsing a string. And saying use compileScript is too vague for me.
compileScript
The text was updated successfully, but these errors were encountered:
In addition, you can also link to vno somewhere in your docs.
I see it uses the compiler here.
https://github.com/open-source-labs/vno/blob/main/src/lib/deps.ts#L31
And one of the uses is here.
https://github.com/open-source-labs/vno/blob/e2c6636eec581536a40773fec05d0891b307ae07/src/lib/utils.ts#L246
But can't figure out yet how to use compiler in my projects.
Sorry, something went wrong.
No branches or pull requests
Can you please add something to readme or Examples directory around using .vue file. ie load a .vue file and use it on a page.
The existing example is just based on parsing a string. And saying use
compileScript
is too vague for me.The text was updated successfully, but these errors were encountered: