From 9717ba4344aeabcfe98b4d252fa80501339077b1 Mon Sep 17 00:00:00 2001 From: XHY Date: Sat, 14 Jan 2023 18:09:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20uts-component=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/plugin/uts-component.md | 494 ++++++++++++++++++++++++++++++++++- 1 file changed, 491 insertions(+), 3 deletions(-) diff --git a/docs/plugin/uts-component.md b/docs/plugin/uts-component.md index 17847af7d..3d179d5ec 100644 --- a/docs/plugin/uts-component.md +++ b/docs/plugin/uts-component.md @@ -117,6 +117,10 @@ UTS组件的优势在于,它秉承了UTS的跨平台特性,统一的UTS语 - 目前UTS组件仅支持`export default {}`的选项式API,vue3的组合式API暂未支持。 +::: preview + +> Android + ```ts