Skip to content

Commit

Permalink
chore: remove sample
Browse files Browse the repository at this point in the history
  • Loading branch information
lequangdongg authored Dec 10, 2024
1 parent f7df056 commit bbee328
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/guide/extras/render-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,19 +736,6 @@ export default {
}
```

```js
import { h, ref } from 'vue'

export default {
setup() {
const divEl = ref()

// <div ref="divEl">
return () => h('div', { ref: divEl })
}
}
```

</div>
<div class="options-api">

Expand Down

0 comments on commit bbee328

Please sign in to comment.