3136352472 5 years ago
parent
commit
1229670576
  1. 4
      static/use.js

4
static/use.js

@ -14,8 +14,8 @@ GoUseRegistered("index", function (query) {
.getElementsByName("keywords")[0]
.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({

Loading…
Cancel
Save