|
@ -14,8 +14,8 @@ GoUseRegistered("index", function (query) { |
|
|
.getElementsByName("keywords")[0] |
|
|
.getElementsByName("keywords")[0] |
|
|
.setAttribute("content", "govue,服务端渲染,ssr"); |
|
|
.setAttribute("content", "govue,服务端渲染,ssr"); |
|
|
|
|
|
|
|
|
Vue.UseRaw().component('my-title', { |
|
|
|
|
|
template: '<h1 id="title">govue{{a}}</h1>' |
|
|
|
|
|
|
|
|
Vue.component('my-title', { |
|
|
|
|
|
template: '<h1 id="title">govue</h1>' |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
new Vue({ |
|
|
new Vue({ |
|
|