|
@@ -34,7 +34,6 @@ defineProps({
|
|
|
const username = ref('')
|
|
|
const password = ref('')
|
|
|
const emit = defineEmits(['update:value', 'update:error'])
|
|
|
-bus.$on()
|
|
|
const doLogin = () => {
|
|
|
if(username.value && password.value){
|
|
|
emit('update:error', null)
|
|
@@ -197,4 +196,4 @@ label {
|
|
|
background-color: #1272cc;
|
|
|
border-color: #1272cc;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|