[W3C Check]TFW's Web LPM III Ext / Front Study / Vue.js Study / My Practice / Get and Set - Vue 2

Page: [tfw/web/front/vue/my/03_get_and_set/index.html] (v2023-09-24_00-00)

. ..
[Get and Set - Vue 2] sample.
Press the movement buttons to move values between left side and right side.
JavaScript : ../../common-js/v2.vuejs.org/js/vue.js
Left Right
By ref :

{{ textMove }}



By v-model :

{{ textMove }}



By v-model II :

{{ textMove }}



By v-bind :

{{ textMove }}