|
|
vor 1 Jahr | |
|---|---|---|
| .. | ||
| __tests__ | 352bc88c1b fix(custom-element): avoid triggering mutationObserver when relecting props | vor 1 Jahr |
| src | 4b479db61d fix(transition): reflow before leave-active class after leave-from (#12288) | vor 1 Jahr |
| LICENSE | 34989ef7fe chore: license | vor 6 Jahren |
| README.md | 8a99f903db style: format html&markdown files (#11531) | vor 1 Jahr |
| index.js | e05673f4d3 refactor: rename packages | vor 7 Jahren |
| package.json | 6eb29d345a release: v3.5.13 | vor 1 Jahr |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
},
}
createApp(RootComponent).mount('#app')