Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. 1. まず適当に、普通のGrailsのテンプレートファイルを用意する。
  2.  
  3. ```test
  4. <script>
  5. Vue.component('vue-product-language-skill-edit', {
  6. template: '#vue-product-language-skill-edit'
  7. });
  8. </script>
  9.  
  10. <script type="text/x-template" id="vue-product-language-skill-edit">
  11. <div>
  12. <h1>Template2</h1>
  13. %{--Edit now: {{$route.params.productLanguageSkillId}}--}%
  14. </div>
  15.  
  16. </script>
  17. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement