【发布时间】:2020-01-04 19:37:58
【问题描述】:
我使用 vue.js 和 vue-router.js。 我将这两个文件都添加到了 html 页面中
这是我的加载模板组件...
const Dashboard = {template: "<strong>"}
但我想通过 HTTP URL 动态加载 html 页面。
const Dashboard = {template: "How load html page with url(http)"}
谁能指导我?
【问题讨论】: