Vue.js 3

関連タイピング
-
プログラミングを学びたい方は是非!2013/07/03公開
プレイ回数34万1071打 -
php の勉強中
プレイ回数3602長文331打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数2466短文英字429打 -
ブラウザで動くテトリスのコーディングです。
プレイ回数2762長文532打 -
bootstrap table
プレイ回数149英語295打 -
bootstrap5 border関係
プレイ回数99英語473打 -
Vue.js 3 Transition 自分暗記用
プレイ回数187英語長文364打 -
bootstrap5 color
プレイ回数121英語長文729打
問題文
(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']