M
M
myr0kk2019-05-23 00:27:23
JavaScript
myr0kk, 2019-05-23 00:27:23

How to write vue for another id?

How to write vue for another id?
For example, I should gently write the vue code for another id, and how to implement it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey delphinpro, 2019-05-23
@myr0kk

new Vue({
    el: '#app1',
    //...
});
new Vue({
    el: '#app2',
    //...
});
new Vue({
    el: '#app3',
    //...
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question