File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515 COMPS_NAME ,
1616 EMIT_EVENTS ,
1717 COMPS_CUSTOM_ATTRS ,
18- TABLE_METHODS ,
18+ INSTANCE_METHODS ,
1919} from "./util/constant" ;
2020import Colgroup from "./colgroup" ;
2121import Header from "./header" ;
@@ -1019,7 +1019,7 @@ export default {
10191019 } ,
10201020
10211021 // table scrollTo
1022- [ TABLE_METHODS . SCROLL_TO ] ( option ) {
1022+ [ INSTANCE_METHODS . SCROLL_TO ] ( option ) {
10231023 scrollTo ( this . $refs [ this . tableContainerRef ] , option ) ;
10241024 } ,
10251025 } ,
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export const COMPS_CUSTOM_ATTRS = {
8484 BODY_ROW_KEY : "row-key" ,
8585} ;
8686
87- // table methods
88- export const TABLE_METHODS = {
87+ // instance methods
88+ export const INSTANCE_METHODS = {
8989 SCROLL_TO : "scrollTo" ,
9090} ;
You can’t perform that action at this time.
0 commit comments