var page1 = Vue.component('page1-component', function (resolve, reject) {
$.get('./index.html').done(function(template) {
resove ({
template: template,
data: function () {
return {
}
}
})
})
})
var page1 = Vue.component('page1-component', function (resolve, reject) {
$.get('./index.html').done(function(template) {
resove ({
template: template,
data: function () {
return {
}
}
})
})
})
本文标题:vue router
本文链接:https://www.haomeiwen.com/subject/vdtvpqtx.html
网友评论