platypush-webext/src/options/LocalCommands.vue

17 lines
259 B
Vue

<template>
<div class="page local-procedures">
<h2>Commands stored on the browser</h2>
</div>
</template>
<script>
import mixins from '../utils';
export default {
name: 'LocalCommands',
mixins: [mixins],
};
</script>
<!-- vim:sw=2:ts=2:et: -->