Skip to content
目录

Clocks 钟表组件

何时使用

  • 需要展示钟表

代码演示

tsx
<script setup>
import { Clocks } from '@xiaomh/vue3-alan-vite-component';
</script>

<template>
  {/* 默认 */}
 <Clocks></Clocks>
</template>

<style></style>

<script setup>
import { Clocks } from '@xiaomh/vue3-alan-vite-component';
</script>

<template>
  {/* 默认 */}
 <Clocks></Clocks>
</template>

<style></style>

1
2
3
4
5
6
7
8
9
10
11

API

属性说明

属性说明类型默认值版本
width宽度number5001.0.30
height高度number5001.0.30
backgroundColor背景色string#03303a1.0.30

Welcome to the site