mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-06 04:42:36 +02:00
Add decaf webui
This commit is contained in:
parent
6b4c9bb531
commit
69c0388954
742 changed files with 608981 additions and 6 deletions
13
webui/node_modules/@vue/runtime-dom/README.md
generated
vendored
Normal file
13
webui/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')
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue