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 js incompatibility #134

Closed
max-frai opened this issue Jun 6, 2018 · 1 comment
Closed

Vue js incompatibility #134

max-frai opened this issue Jun 6, 2018 · 1 comment
Labels

Comments

@max-frai
Copy link

max-frai commented Jun 6, 2018

Hi, it's impossible to use vue.js with this library because there used custom attributes started with '@':
<textarea :value="input" @input="update"></textarea>
And maud think that is special keyword input.

Examples: https://vuejs.org/v2/examples/

@lambda-fairy
Copy link
Owner

According to this section, that syntax is a shorthand. It should work if you write them out in full.

In general I don't want to bend over backwards to support this. Maud is a macro for writing HTML, not Vue.js 😛

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

No branches or pull requests

2 participants