website: add search arrow selection.

This commit is contained in:
jaywcjlove
2022-11-22 00:18:06 +08:00
parent e0e7636ba4
commit b41c170b0c
2 changed files with 44 additions and 16 deletions

View File

@ -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: [],
},
{