---
title: 组件使用
date: 2024-08-05 14:07:01
tags: uniapp
---
### 组件自动导入
```json
"easycom":{
"autoscan": true,
"custom": {
"^tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue" // 匹配components目录内的vue文件
}
}
```
### `tui-sticky 吸顶容器`
> 包含 以下 `tui` 组件 :
> - tui-sticky
> - tui-list-view
> - tui-list-cell
>
```html
设置
```