why euv? because:
'vue'.split('').sort().join('') // euvsource:
'node'.split('').sort().join('') // deno目前还有
case没有测试
安装
npm install
运行
npm run dev
-
虚拟DOM -
Diff更新 -
{{ data }}or{{ data + 'test' }}or{{ fn(data) }} -
v-for//v-for="(item, index) in list"orv-for="(item, index) in 10"orv-for="(item, index) in 'string'" -
v-ifv-else-ifv-else -
v-show -
v-html -
v-model -
@clickv-on:click事件(支持绑定其他事件)@click="fn('a',$event)"@click="fn"@click="show = false"@click="function(){console.log(1)}" -
methods方法 -
computed计算属性 -
watch监听 -
beforeCreate、created、beforeMount、mounted、beforeUpdate、updated -
:class -
:style -
$nextTick