Answer the question
In order to leave comments, you need to log in
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
new Vue({
el: '#app1',
//...
});
new Vue({
el: '#app2',
//...
});
new Vue({
el: '#app3',
//...
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question