mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00
chore(component): 清除无用代码
This commit is contained in:
parent
c5b90d63be
commit
4c46682e2e
@ -223,18 +223,6 @@ layui.define(['jquery', 'lay'], function(exports) {
|
||||
return instance.call(that);
|
||||
};
|
||||
|
||||
// 仅刷新视图 --- 待统一整理
|
||||
/* component.refresh = function(id) {
|
||||
var that = instance.getThis(id);
|
||||
if (!that) return;
|
||||
} */
|
||||
|
||||
// 仅更新数据 --- 待统一整理
|
||||
/* component.update = function(id) {
|
||||
var that = instance.getThis(id);
|
||||
if (!that) return;
|
||||
} */
|
||||
|
||||
/**
|
||||
* 组件渲染
|
||||
* @param {Object} options - 配置项
|
||||
|
Loading…
Reference in New Issue
Block a user