mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs(components): [table-v2] fix dynamic-height examples error (#16635)
docs: fix dynamic-height examples error
This commit is contained in:
@@ -34,7 +34,7 @@ const textList = [shortText, midText, longText]
|
||||
let id = 0
|
||||
|
||||
const dataGenerator = () => ({
|
||||
id: `random:${++id}`,
|
||||
id: `random-${++id}`,
|
||||
name: 'Tom',
|
||||
date: '2016-05-03',
|
||||
description: textList[Math.floor(Math.random() * 3)],
|
||||
|
||||
Reference in New Issue
Block a user