javascript - I want to use the iView vue framework, but I also want to use a jsp template to implement it. How should I do it?
迷茫
迷茫 2017-06-15 09:21:49
0
1
748

1. I want to use iVew’s vue library;
2. But I want to use jsp templates to implement it, and use templates to do it
3. The current problem is stuck in <jsp:include page ="./content.jsp"></jsp:include>
On the jsp inside, because a new Vue has been added outside, if it is nested and new Vue is added, it will be adjusted to the outermost one. Methods and data have no module meaning anymore

What should I do? ?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
仅有的幸福

What the server finally assembles is an HTML page that is returned to the browser. If necessary, content.jsp can be encapsulated into a vue template for use

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!