This commit is contained in:
孟帅
2023-04-05 12:29:33 +08:00
parent c709073ed7
commit 075a12ce7e
27 changed files with 703 additions and 168 deletions

View File

@@ -66,7 +66,7 @@
component: 'NInput',
label: '访问路径',
componentProps: {
placeholder: '请输入手机访问路径',
placeholder: '请输入访问路径',
onInput: (e: any) => {
console.log(e);
},