push
This commit is contained in:
12
lib/component/form/checkbox/checkbox.vue
Normal file
12
lib/component/form/checkbox/checkbox.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<a-checkbox><slot></slot></a-checkbox>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
name: 'NsCheckbox',
|
||||
});
|
||||
</script>
|
||||
<style lang="less" scoped></style>
|
||||
Reference in New Issue
Block a user