Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<t-navbar title="TDesign UI" />
<t-navbar title="TDesign UI" placeholder zIndex="{{99}}" />
<view class="main">
<view class="title-wrap">
<image
Expand Down
8 changes: 4 additions & 4 deletions packages/tdesign-uniapp-chat/site/web/app.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- eslint-disable vue/no-deprecated-slot-attribute -->
<template>
<td-doc-layout>
<td-header slot="header" platform="mobile" framework="uniapp">
<td-doc-search slot="search" ref="tdDocSearch" />
<td-header framework="miniprogram">
<!-- <td-doc-search slot="search" ref="tdDocSearch" /> -->
</td-header>
<td-doc-aside ref="tdDocAside" title="Uni App Chat">
<!-- <td-select ref="tdSelect" :value="version" slot="extra"></td-select> -->
Expand Down Expand Up @@ -55,7 +55,7 @@ export default defineComponent({

mounted() {
this.docType = this.$route.meta.docType;
this.$refs.tdDocSearch.docsearchInfo = { indexName: 'tdesign_doc_vue_mobile' };
// this.$refs.tdDocSearch.docsearchInfo = { indexName: 'tdesign_doc_vue_mobile' };
this.$refs.tdDocAside.routerList = docsMap[this.$route?.meta?.lang || 'zh'];
this.$refs.tdDocAside.onchange = ({ detail }) => {
if (this.$route.path === detail) return;
Expand Down Expand Up @@ -90,7 +90,7 @@ export default defineComponent({
this.version = options[0].value;
}

this.$refs.tdSelect.options = options;
// this.$refs.tdSelect.options = options;
});
},
initThemeGenerator() {
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading