We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cb658 commit 44e736aCopy full SHA for 44e736a
src/index.js
@@ -169,7 +169,7 @@ const CoCreateRender = {
169
if (selector) {
170
let template = document.querySelector(selector)
171
if (!template) return;
172
- this.setValue([template], data, null, template);
+ this.setValue([template], data, passTo, template);
173
} else if (elements) {
174
this.setValue(elements, data, passTo);
175
}
0 commit comments