MCPcopy Create free account
hub / github.com/bug-hou/simple-vue / setup

Function setup

example/patchChild/arrayToArray.js:29–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27export default {
28 name: "lksdfjs",
29 setup() {
30 const isChange = ref(false);
31 window.isChange = isChange;
32 return {
33 isChange
34 }
35 },
36 render() {
37 const self = this;
38 // return h("div", {}, [h("div", {}, "A"), h("div", {}, "B")])

Callers

nothing calls this directly

Calls 1

refFunction · 0.90

Tested by

no test coverage detected