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

Vue component template bug #58

Closed
yarkovaleksei opened this issue Oct 5, 2018 · 2 comments
Closed

Vue component template bug #58

yarkovaleksei opened this issue Oct 5, 2018 · 2 comments

Comments

@yarkovaleksei
Copy link

Create a Vue template component:

<template>
   <div class="{{snakeCase name}}">
     {{msg}}
   </div>
</template>

As a result, the line {{msg}} disappears, although it does not refer to the name of the component.

<template>
  <div class="component_name">
    
  </div>
</template>
@reesemclean
Copy link
Owner

Blueprint uses Handlebars internally, can you try something like:
https://stackoverflow.com/a/20570734

@yarkovaleksei
Copy link
Author

Yes, exactly, your advice helped to correct the error.
Thank you. The issue can be closed.

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

2 participants