Vue.js


 


샘플


HTML

{{something}}

Template (~.vue)

   

JavaScript

Vue.component('myTag', {
    data: {
        something: 'theValeue'
    }
});

  

Last modified, 2020.12.21 ~ 2020.12.21, version 0.01

최종 수정일: 2022-10-24 19:17:28

이전글 :
다음글 :
상단 menu
arrow_back_ios
arrow_forward_ios