mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-19 21:51:20 +08:00
website: add search arrow selection.
This commit is contained in:
@ -62,7 +62,12 @@ export function search({ homePath = '', isHome } = {}) {
|
||||
{
|
||||
type: 'element',
|
||||
tagName: 'input',
|
||||
properties: { id: ['mysearch-input'], type: 'search', placeholder: '搜索备忘清单' },
|
||||
properties: {
|
||||
id: ['mysearch-input'],
|
||||
type: 'search',
|
||||
placeholder: '搜索备忘清单',
|
||||
autocomplete: 'off',
|
||||
},
|
||||
children: [],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user