feat: initial setup control
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<div id="nav">
|
||||
<div class="nav-item toggle-button" @click="toggleFullScreen">
|
||||
toggleFullScreen
|
||||
</div> |
|
||||
<router-link to="/">Camera</router-link>
|
||||
<div class="nav-item toggle-button" @click="toggleFullScreen">Toggle Full Screen</div> |
|
||||
<router-link to="/">Camera</router-link> |
|
||||
<router-link to="/control">Control</router-link>
|
||||
</div>
|
||||
<router-view/>
|
||||
</div>
|
||||
@@ -38,8 +37,14 @@ export default {
|
||||
#nav {
|
||||
padding: 30px;
|
||||
|
||||
a, div.nav-item {
|
||||
div.nav-item {
|
||||
display: inline;
|
||||
text-decoration: underline;
|
||||
color: #2c3e50;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a, div.nav-item {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user