//公用 GoUse(function () { // 定义一个名为 button-counter 的新组件 document.title = "govue"; document .getElementsByName("keywords")[0] .setAttribute("content", "govue,服务端渲染,ssr"); Vue.component('my-title', { template: '

govue

' }); }); //分页面 GoUseRegistered("index", function (query) { console.log("query:", JSON.stringify(query)); new Vue({ el: "#app", data: { "desc": "基础golang开发的一套vue服务端渲染方案" }, }); });