Skip to content

Instantly share code, notes, and snippets.

View igeligel's full-sized avatar
🤷‍♀️
Shifting bits around the world

Kevin Peters igeligel

🤷‍♀️
Shifting bits around the world
View GitHub Profile
<template>
<header>
<nav class="white" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo" style="color: #616161">Logo</a>
<ul class="right hide-on-med-and-down">
<template v-for="menuEntry in menu">
<li v-bind:class="{ active : menuEntry.active}"><a v-link="{ path: menuEntry.path}" style="color: #00897b" v-on:click="makeActive(menuEntry, $event)">{{menuEntry.name}}</a></li>
</template>
</ul>
{
"action":"provideId",
"id":1,
"title":"HTML Application"
}
{
"action":"requestId"
}
{
"action":"start",
"id":2
}
{
"action":"start",
"id":0
}
{
"action":"stop",
"id":"system"
}
{
"action":"stop",
"id":2
}
{
"action":"deleteWheel",
"id":9
}
{
"action":"wheelStoreUpdate",
"id":9,
"color":"green"
}
{
"action":"wheelUpdate",
"wheels":[
{
"guid":"121-131adwa-124114-11312",
"on":2,
"color":"green",
"margin":50
},
{