Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/src/components/page.vue
Original file line number Diff line number Diff line change
@@ -4,13 +4,12 @@
<td-doc-search slot="search" ref="tdDocSearch"></td-doc-search>
</td-header>
<td-doc-aside ref="tdDocAside" title="Vue for Web">
<t-select slot="extra" v-model="version" :popupProps="{ zIndex: 500 }" @change="changeVersion">
<t-select slot="extra" :value="version" :popupProps="{ zIndex: 500 }" @change="changeVersion">
<t-option v-for="(item, index) in options" :value="item.value" :label="item.label" :key="index">
{{ item.label }}
</t-option>
</t-select>
</td-doc-aside>

<router-view :style="contentStyle" @loaded="contentLoaded" />
</td-doc-layout>
</template>

0 comments on commit f20507a

Please sign in to comment.