美文网首页
vue router

vue router

作者: 王康_Wang | 来源:发表于2019-03-11 08:54 被阅读0次

    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