index
:
hsmouse
gstreamer_webrtc
master
Experimental control code for robotics
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hsm-web
/
Client
/
src
/
main.js
blob: 004c252095a8e2c5933ff58d508c0cef35c12774 (
plain
)
1
2
3
4
import
App
from
'./App.vue'
import
{
createApp
}
from
'vue'
createApp
(
App
).
mount
(
'#app'
)