feat: new interface button parameters, control function display
This commit is contained in:
@@ -67,5 +67,10 @@ const loginLoading = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<AuthenticationLogin :loading="loginLoading" @submit="handleLogin" />
|
||||
<AuthenticationLogin
|
||||
username-placeholder="vben"
|
||||
password-placeholder="123456"
|
||||
:loading="loginLoading"
|
||||
@submit="handleLogin"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user