|
|
пре 1 година | |
|---|---|---|
| .. | ||
| __tests__ | 506c4c53fd fix(custom-element): delete prop on attribute removal | пре 1 година |
| src | f1d1831f07 fix(custom-element): handle keys set on custom elements (#11655) | пре 1 година |
| LICENSE | 34989ef7fe chore: license | пре 6 година |
| README.md | 8a99f903db style: format html&markdown files (#11531) | пре 1 година |
| index.js | e05673f4d3 refactor: rename packages | пре 7 година |
| package.json | d298c431cc release: v3.5.0-rc.1 | пре 1 година |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
},
}
createApp(RootComponent).mount('#app')