Skip to content

Instantly share code, notes, and snippets.

View adamb's full-sized avatar

Adam Beguelin adamb

View GitHub Profile
@adamb
adamb / About.vue
Last active June 16, 2020 12:00
Try vuex watch
<template>
<div class="about">
<h1>This is an about page</h1>
<template v-if="user.loggedIn">
<v-toolbar-title>Welcome {{ this.$store.getters.user.data.displayName }} </v-toolbar-title>
</template>
<template v-else>
<v-toolbar-title>Welcome</v-toolbar-title>
</template>
@adamb
adamb / About.vue
Last active June 12, 2020 15:56
trying to get firebase and vuex to play together
<template>
<div class="about">
<h1>This is an about page</h1>
<template v-if="user.loggedIn">
<v-toolbar-title>Welcome {{ this.$store.getters.user.data.displayName }} </v-toolbar-title>
</template>
<template v-else>
<v-toolbar-title>Welcome</v-toolbar-title>
</template>
@adamb
adamb / sensr-embed.html
Created February 27, 2011 16:54
embed live stream with sensr.net
<script src="http://sensr.net/javascripts/swfobject.js" type="text/javascript"></script>
<script type="text/javascript" src="http://sensr.net/widgets/live_view/9c9249ec66/1400">
</script>