refactor(compiler): provide _ctx and _cache via arguments
This commit is contained in:
@@ -6,7 +6,7 @@ const { createVNode: _createVNode } = _Vue
|
||||
|
||||
const _hoisted_1 = {}
|
||||
|
||||
return function render() {
|
||||
return function render(_ctx, _cache) {
|
||||
with (this) {
|
||||
const { createVNode: _createVNode, createBlock: _createBlock, Fragment: _Fragment, openBlock: _openBlock } = _Vue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user