File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
examples/src/docs/zh/ve-table/cell-edit Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 55``` html
66<template >
77 <div >
8- <button @click =" startEditingCell(0,'name')" >编辑单元格0-0</button >
9- <button @click =" startEditingCell(2,'hobby','')" >编辑并清空单元格2-2</button >
8+ <button class =" button-demo" @click =" startEditingCell(0,'name')" >编辑单元格0-0</button >
9+ <button class =" button-demo" @click =" startEditingCell(2,'hobby','')" >
10+ 编辑并清空单元格2-2
11+ </button >
1012   ;  ;
11- <button @click =" stopEditingCell(0,'name')" >停止编辑单元格1-1</button >
12- <button @click =" stopEditingCell(2,'hobby')" >停止编辑单元格2-2</button >
13+ <button class = " button-demo " @click =" stopEditingCell(0,'name')" >停止编辑单元格1-1</button >
14+ <button class = " button-demo " @click =" stopEditingCell(2,'hobby')" >停止编辑单元格2-2</button >
1315 <br />
1416 <br />
1517 <ve-table
You can’t perform that action at this time.
0 commit comments