mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
refactor(timeline): remove hollowoutable
This commit is contained in:
parent
6c9b74f3ef
commit
c815f2742d
@ -9,9 +9,6 @@
|
||||
<div class="n-timeline-item-timeline__line" />
|
||||
<div
|
||||
class="n-timeline-item-timeline__circle"
|
||||
:style="{
|
||||
backgroundColor: ascendantBackgroundColor
|
||||
}"
|
||||
/>
|
||||
</div>
|
||||
<div class="n-timeline-item-content">
|
||||
@ -38,8 +35,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import hollowoutable from '../../_mixins/hollowoutable'
|
||||
|
||||
export default {
|
||||
inject: {
|
||||
NTimeline: {
|
||||
@ -47,7 +42,6 @@ export default {
|
||||
}
|
||||
},
|
||||
name: 'TimelineItem',
|
||||
mixins: [ hollowoutable ],
|
||||
props: {
|
||||
time: {
|
||||
type: [String, Number],
|
||||
|
Loading…
Reference in New Issue
Block a user