-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Not Working Properly on Nuxt #23
Comments
@halilyuce looks like you're trying to set the text string directly on the html instead of it being returned from the |
Thanks for the reply @pggalaviz but string data is coming from API, I created a loop in a list and I need to use this for every string. Is it possible? I have a timeline like Twitter and I want to parse @mentions, #hashtags and urls in the text thanks to your repo. |
It's possible to do that, but you shouldn't be passing the text string directly to the |
So, you mean create a child component for this and pass string as prop and use that prop value for v-model, am I right? |
Yes, hopefully that solves your issue. |
Hello, thanks for this repo but there is something weird. I added it as a plugin to my project and when I try to use it in the list, It shows only a placeholder.
The text was updated successfully, but these errors were encountered: