|
|
2 hónapja | |
|---|---|---|
| .. | ||
| __tests__ | 8fbe48fe39 fix(v-model): handle number modifier on change (#13959) | 5 hónapja |
| src | 060199cfd4 fix(v-model): preserve pre-hydration user input across native controls | 2 hónapja |
| LICENSE | 34989ef7fe chore: license | 6 éve |
| README.md | 8a99f903db style: format html&markdown files (#11531) | 1 éve |
| index.js | e05673f4d3 refactor: rename packages | 7 éve |
| package.json | aa9af1deed release: v3.5.27 | 3 hónapja |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
},
}
createApp(RootComponent).mount('#app')