mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
docs(mention): async demo enUS
This commit is contained in:
parent
62cae6862b
commit
10104a08c1
@ -28,10 +28,13 @@ export default defineComponent({
|
||||
loadingRef.value = true
|
||||
searchTimerId = setTimeout(() => {
|
||||
optionsRef.value = [
|
||||
'它烫不了你的舌',
|
||||
'也烧不了你的口',
|
||||
'喝醉吧',
|
||||
'不要回头'
|
||||
'We',
|
||||
'all',
|
||||
'live',
|
||||
'in',
|
||||
'a',
|
||||
'yellow',
|
||||
'submarine'
|
||||
].map((v) => ({
|
||||
label: pattern + v,
|
||||
value: pattern + v
|
||||
|
Loading…
Reference in New Issue
Block a user