27 lines
305 B
Vue
27 lines
305 B
Vue
<docs>
|
|
---
|
|
order: 0
|
|
iframe: 360
|
|
title:
|
|
zh-CN: åēæŦ
|
|
en-US: Basic Usage
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
æįŽåį፿ŗã
|
|
|
|
## en-US
|
|
|
|
The most basic usage.
|
|
|
|
</docs>
|
|
|
|
<template>
|
|
<a-float-button @click="handleClick" />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
const handleClick = () => console.log('click');
|
|
</script>
|