<template>
  <AntInput placeholder="Basic usage"/>
</template>
<script>

import { Input } from 'antd'
export default {
  components: {
    AntInput: Input,
  },
}
</script>