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
<span data-splitting>{{ message }}</span>
message is not changed after using data-splitting,
message
data-splitting
The complete code is as follows: https://codepen.io/jinhang87/pen/abyPLwX
The text was updated successfully, but these errors were encountered:
You can't use the standard Splitting method for reactive frameworks, since they regularly reset their templates to sync with reactive values.
You need to generate the HTML first and then pass it to the template as a computed value. See here: https://splitting.js.org/guide.html#splitting-html
Sorry, something went wrong.
No branches or pull requests
message
is not changed after usingdata-splitting
,The complete code is as follows:
https://codepen.io/jinhang87/pen/abyPLwX
The text was updated successfully, but these errors were encountered: