源代码
Template
{
{scope.node.id}} – {
{scope.node.text}}
Selected: {
{selection.text}}
export default {
data() {
return {
selection: null,
data: this.getData()
};
},
methods: {
getData() {
return [
{
id: 1,
text: “My Documents”,
children: [
{
id: 11,
text: “Photos”,
state: “closed”,
children: [
{
id: 111,
text: “Friend”
},
{
id: 112,
text: “Wife”
},
{
id: 113,
text: “Company”
}
]
},
{
id: 12,
text: “Program Files”,
children: [
{
id: 121,
text: “Intel”
},
{
id: 122,
text: “Java”
},
{
id: 123,
text: “Microsoft Office”
},
{
id: 124,
text: “Games”
}
]
},
{
id: 13,
text: “index.html”
},
{
id: 14,
text: “about.html”
},
{
id: 15,
text: “welcome.html”
}
]
}
];
}
}
};
今天的文章easyui和layui哪个好_vue动态生成前端功能页面[通俗易懂]分享到此就结束了,感谢您的阅读,如果确实帮到您,您可以动动手指转发给其他人。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/58942.html