Pinafore-Web-Client-Frontend/src/routes/_components/compose/ComposeLengthGauge.html

17 lines
332 B
HTML

<LengthGauge style="grid-area: gauge; margin: 0 0 5px 5px;"
{length}
{overLimit}
max={$maxStatusChars}
/>
<script>
import LengthGauge from '../LengthGauge.html'
import { store } from '../../_store/store.js'
export default {
components: {
LengthGauge
},
store: () => store
}
</script>