- {map(this.entries, (entry, index) => {
- const props = {
- key: getKey(entry, index),
- props: {
- ...this.$props.entryProps,
- ...getEntryProps(entry, index)
- },
- on: this.$props.entryListeners
- }
- return
- })}
- {isEmpty(this.entries) && this.$slots.empty &&
{this.$slots.empty}
}
-
- )
- }
- })
-)
-
-export default withList
--
cgit v1.2.3-70-g09d2