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 v- directives #11

Closed
goldcoders opened this issue Sep 4, 2020 · 1 comment
Closed

Vue v- directives #11

goldcoders opened this issue Sep 4, 2020 · 1 comment

Comments

@goldcoders
Copy link

Templating engine uses by valval has same syntax as vue...
is there a way to override the v- syntax to e.g. x-, coz i u use vue also in the template
that would be capture by valval templating engine instead of vue rendering it...

@taojy123
Copy link
Collaborator

taojy123 commented Sep 4, 2020

Sorry, valval's template engine is vue, which conflicts with the vue you're using. 😂
I would try to fix this, e.g. customize whether to use the vue template engine or not.
Or I would suggest that you can separate the front and back side, valval only provides api, and the front side uses vue for static pages.

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