feat: update ESLint configuration and package dependencies, add Ant Design Vue
This commit is contained in:
17
src/pages/AntdV/index.page.vue
Normal file
17
src/pages/AntdV/index.page.vue
Normal file
@ -0,0 +1,17 @@
|
||||
<script setup></script>
|
||||
<template>
|
||||
<ACard>
|
||||
<AForm name="basic" :label-col="{ style: { width: '7em' } }">
|
||||
<AFormItem required label="Username">
|
||||
<AInput />
|
||||
</AFormItem>
|
||||
<AFormItem label="Password">
|
||||
<AInput />
|
||||
</AFormItem>
|
||||
<AFormItem>
|
||||
<AButton html-type="submit" type="primary">Submit</AButton>
|
||||
</AFormItem>
|
||||
</AForm>
|
||||
</ACard>
|
||||
</template>
|
||||
<style lang="scss" scoped></style>
|
Reference in New Issue
Block a user