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