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
When using dataScope prop with examples that use composition api OR do not have a script tag I get following error:
t2.data is not a function
Please, check the demo for more details: https://github.com/iv-thomson/vue-live-data-scope-demo
<template> <h6>{{ new Date(test) }}</h6> </template> <script setup> const test = "10 Dec 2028" </script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using dataScope prop with examples that use composition api OR do not have a script tag I get following error:
Please, check the demo for more details:
https://github.com/iv-thomson/vue-live-data-scope-demo
Example used in demo:
The text was updated successfully, but these errors were encountered: