refactor: 重构登陆模块
This commit is contained in:
@@ -13,7 +13,7 @@ defineExpose({} as ComponentInstance<typeof IonInput>);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<component :is="h(IonInput, { ...$attrs, ref: changeRef })" class="ui-input" />
|
||||
<component :is="h(IonInput, { ...$attrs, ref: changeRef }, { default: () => { return $slots.default ? $slots.default() : null } })" class="ui-input" />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user