添加 cl-canvas 组件
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 自定义底部导航栏 -->
|
||||
<tabbar></tabbar>
|
||||
|
||||
<!-- 主题设置 -->
|
||||
@@ -400,6 +401,11 @@ const data = computed<Item[]>(() => {
|
||||
icon: "crop-line",
|
||||
path: "/pages/demo/other/cropper"
|
||||
},
|
||||
{
|
||||
label: t("Canvas"),
|
||||
icon: "markup-line",
|
||||
path: "/pages/demo/other/canvas"
|
||||
},
|
||||
{
|
||||
label: t("富文本"),
|
||||
icon: "text-snippet",
|
||||
|
||||
Reference in New Issue
Block a user