This commit is contained in:
dap
2024-08-28 19:26:05 +08:00
32 changed files with 897 additions and 85 deletions

View File

@@ -1,3 +1,5 @@
export * from './ellipsis-text';
export * from './page';
export * from '@vben-core/popup-ui';
export { VbenButton } from '@vben-core/shadcn-ui';

View File

@@ -161,7 +161,7 @@ defineExpose({ resetCaptcha });
</script>
<template>
<div @keypress.enter.prevent="handleSubmit">
<div @keydown.enter.prevent="handleSubmit">
<Title>
{{ title || `${$t('authentication.welcomeBack')} 👋🏻` }}
<template #desc>