Skip to content
Snippets Groups Projects
Commit 0fbc228c authored by こぴなたみぽ's avatar こぴなたみぽ
Browse files

wip

parent e676bb15
No related branches found
No related tags found
No related merge requests found
<mk-number>
<style lang="stylus" scoped>
:scope
display inline
</style>
<script lang="typescript">
this.on('mount', () => {
let value = this.opts.value;
const max = this.opts.max;
if (max != null && value > max) value = max;
this.root.innerHTML = value.toLocaleString();
});
</script>
</mk-number>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment