Vue.js 3
関連タイピング
-
プレイ回数2980英語長文707打
-
プレイ回数1443短文英字429打
-
プレイ回数911英語長文2780打
-
プレイ回数2406英語長文1038打
-
プレイ回数16862打
-
プレイ回数661長文590打
-
プレイ回数215長文英字726打
-
プレイ回数373英語長文285打
問題文
(watch:{})
watch:{}
(props:[])
props:[]
([v-cloak]{display:none;})
[v-cloak]{display:none;}
(emits)
emits
(expose)
expose
(<KeepAlive include="CompOne>)
<KeepAlive include="CompOne>
(<component :is="activeComponent"/>)
<component :is="activeComponent"/>
(</KeepAlive>)
</KeepAlive>
(<KeepAlive :max="2">)
<KeepAlive :max="2">
(<KeepAlive exclude="CompTwo"> name:"CompTwo")
<KeepAlive exclude="CompTwo"> name:"CompTwo"
(<slot name="bottom"></slot>)
<slot name="bottom"></slot>
(<template v-slot:bottom></template>)
<template v-slot:bottom></template>
(is="vue:child-component)
is="vue:child-component
(v-for="x in foods" :key="x.name")
v-for="x in foods" :key="x.name"
(ref="input")
ref="input"
(this.$refs.input.focus())
this.$refs.input.focus()
(<Teleport to="body"></Teleport>)
<Teleport to="body"></Teleport>
(v-on:click="this.$parent.text='from children')
v-on:click="this.$parent.text='from children'
(this.$root.color="red")
this.$root.color="red"
(this.$emit(eventname,data);)
this.$emit(eventname,data);
($forceUpdate())
$forceUpdate()
($nextTick())
$nextTick()
(v-model="toggle" true-value="yes" false-value="no")
v-model="toggle" true-value="yes" false-value="no"
(v-model.lazy="msg")
v-model.lazy="msg"
(v-model.number="age")
v-model.number="age"
(v-model.trim="msg")
v-model.trim="msg"
(v-on:click.once=)
v-on:click.once=
(<input v-bind="$attrs">)
<input v-bind="$attrs">
(<style scoped></style>)
<style scoped></style>
(provide(){return {foods:this.foods})
provide(){return {foods:this.foods}
(inject:['foods'])
inject:['foods']