vue router
2019-03-11 本文已影响0人
王康_Wang
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 {
}
}
})
})
})