Commit 6d247eef authored by qingwei.li's avatar qingwei.li

Table: fix typo

parent 9bb4343d
...@@ -169,10 +169,10 @@ export default { ...@@ -169,10 +169,10 @@ export default {
column.template = function(h, data) { column.template = function(h, data) {
if (_self.$vnode.data.inlineTemplate) { if (_self.$vnode.data.inlineTemplate) {
let costomRender = _self.$options.render; let customRender = _self.$options.render;
renderColumn = function() { renderColumn = function() {
return costomRender.call(objectAssign(_self, data)); return customRender.call(objectAssign(_self, data));
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment