Added basic click, key, and scroll capture
This commit is contained in:
parent
02587b5aa0
commit
f5c59d3a75
3 changed files with 71 additions and 4 deletions
|
|
@ -12,6 +12,7 @@
|
|||
</ul>
|
||||
<ul class="uk-switcher uk-padding-small uk-flex uk-flex-1 panel-content">
|
||||
<li class="uk-width-expand"><paneConnect/></li>
|
||||
<li class="uk-width-expand"><paneNavigate/></li>
|
||||
</ul>
|
||||
</div>
|
||||
</template>
|
||||
|
|
@ -19,12 +20,14 @@
|
|||
<script>
|
||||
// Import components
|
||||
import paneConnect from './paneConnect.vue'
|
||||
import paneNavigate from './paneNavigate.vue'
|
||||
|
||||
// Export main app
|
||||
export default {
|
||||
name: 'panelLeft',
|
||||
components: {
|
||||
paneConnect,
|
||||
paneNavigate
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue