first commit
This commit is contained in:
13
app_vue/node_modules/@vue/runtime-dom/README.md
generated
vendored
Normal file
13
app_vue/node_modules/@vue/runtime-dom/README.md
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# @vue/runtime-dom
|
||||
|
||||
```js
|
||||
import { h, createApp } from '@vue/runtime-dom'
|
||||
|
||||
const RootComponent = {
|
||||
render() {
|
||||
return h('div', 'hello world')
|
||||
},
|
||||
}
|
||||
|
||||
createApp(RootComponent).mount('#app')
|
||||
```
|
Reference in New Issue
Block a user