Vue.js 3
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | ku | 4381 | C+ | 4.4 | 99.4% | 160.9 | 709 | 4 | 31 | 2024/12/01 |
2 | ku | 3684 | D+ | 3.6 | 99.7% | 191.9 | 709 | 2 | 31 | 2024/11/25 |
関連タイピング
-
プレイ回数33万1071打
-
プレイ回数409英語長文285打
-
プレイ回数3074英語長文707打
-
プレイ回数1711短文英字429打
-
プレイ回数17362打
-
プレイ回数2407英語長文504打
-
プレイ回数3194長文795打
-
プレイ回数168英語157打
問題文
(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']