MCPcopy Create free account
hub / github.com/apache/cloudstack / render

Function render

ui/src/components/menu/menu.render.js:152–172  ·  view source on GitHub ↗
(h)

Source from the content-addressed store, hash-verified

150 }
151 },
152 render (h) {
153 return h(
154 Menu,
155 {
156 props: {
157 theme: this.$props.theme,
158 mode: this.$props.mode,
159 openKeys: this.openKeys,
160 selectedKeys: this.selectedKeys
161 },
162 on: {
163 openChange: this.onOpenChange,
164 select: obj => {
165 this.selectedKeys = obj.selectedKeys
166 this.$emit('select', obj)
167 }
168 }
169 },
170 this.renderMenu(h, this.menu)
171 )
172 }
173}

Callers

nothing calls this directly

Calls 1

hFunction · 0.85

Tested by

no test coverage detected