"methods" option on Vue 1. methods option < script > export default { data : function () { return { score : 75 , …
Read more »Directive on Vue 1. v-text < script > export default { data : function () { return { channel : "왕초보 홈페이지 만들기" , …
Read more »Text Interpolation on Vue 1. Make Vue Project npm create vue@latest cd {ProjectFolder} npm install npm run dev 2. Text Interpolation < script > expor…
Read more »