Skip to content
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

Emoji Mart take long time to load inside other component #62

Open
murilolivorato opened this issue Sep 5, 2019 · 1 comment
Open

Emoji Mart take long time to load inside other component #62

murilolivorato opened this issue Sep 5, 2019 · 1 comment

Comments

@murilolivorato
Copy link

murilolivorato commented Sep 5, 2019

Hello , I load Emoji Mart in my VUE root , it loads very fast .
BUT if I put Emoji Mart inside A COMPONENT AND this comenent is loaded after the data is loaded . it will not work property , it will take long time to LOAD and will give some bugs .

I will display the code above , it will be easy to understand-

THIS WILL WORK PROPERLY

<my component ></my component>

BUT THIS WILL NOT WORK

<my component v-if="data" ></my component>

Inside my component

 <Picker   emoji="point_up"
                  :sheetSize="32"
                  title="Selecione Emojis"  />

@murilolivorato
Copy link
Author

If I make the parent component like this -

 v-if="data"

It does not work properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant