-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
<script lang="ts" setup></script> | ||
<script lang="ts" setup> | ||
import { ref } from 'vue' | ||
const value = ref('') | ||
</script> | ||
|
||
<template> | ||
<f-tabs> | ||
<f-tabs-pane label="如烟"> | ||
<p>七岁的那一年,抓住那只蝉,以为能抓住夏天;</p> | ||
<p>十七岁的那年,吻过他的脸,就以为和他能永远。</p> | ||
</f-tabs-pane> | ||
<f-tabs-pane label="盛夏光年"> | ||
<p>长大 难道是人必经的溃烂。</p> | ||
</f-tabs-pane> | ||
<f-tabs-pane label="我心中尚未崩坏的地方"> | ||
<p>就算会有一天,没人与我合唱,至少在我的心中,还有个尚未崩坏的地方。</p> | ||
</f-tabs-pane> | ||
</f-tabs> | ||
<f-select v-model="value" placeholder="请选择……"> | ||
<f-option :value="1">香蕉</f-option> | ||
<f-option :value="2">苹果</f-option> | ||
<f-option :value="3">哈密瓜</f-option> | ||
<f-option :value="4">樱桃</f-option> | ||
</f-select> | ||
</template> | ||
|
||
<style lang="scss" scoped></style> |