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

For future googlers: Working with Vue.js #195

Open
ellemaker opened this issue Apr 11, 2020 · 0 comments
Open

For future googlers: Working with Vue.js #195

ellemaker opened this issue Apr 11, 2020 · 0 comments

Comments

@ellemaker
Copy link

ellemaker commented Apr 11, 2020

$("#modal").iziModal({ title:'Create Directory', appendTo: false, appendToOverlay: false, transitionIn: 'fadeInDown' });

iziModal.js
comment this line..
this.$element.html('<div class="'+PLUGIN_NAME+'-wrap"><div class="'+PLUGIN_NAME+'-content">' + this.content + '</div></div>');

in your html

<div id="modal">
<div class="iziModal-wrap">
<div class="iziModal-content">
<h2>portal</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis, vel, unde? Commodi dolorum cupiditate quos rerum quod voluptas ut esse ratione necessitatibus ad libero, laboriosam rem optio voluptatum, alias dolore.</p>
<p>{{ control_test }}</p>
<input type="text" v-model="control_test">
</div>
</div>
</div>

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