2017-06-28 18:26:07 +00:00
|
|
|
<template>
|
2017-06-30 16:49:05 +00:00
|
|
|
<button title="Info" aria-label="Info" class="action" @click="$store.commit('showInfo', true)">
|
|
|
|
<i class="material-icons">info</i>
|
|
|
|
<span>Info</span>
|
|
|
|
</button>
|
2017-06-28 18:26:07 +00:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
2017-06-30 16:49:05 +00:00
|
|
|
export default {name: 'info-button'}
|
2017-06-28 18:26:07 +00:00
|
|
|
</script>
|