diff --git a/src/demo/Demo.vue b/src/demo/Demo.vue index eb7b6f4..39a970c 100644 --- a/src/demo/Demo.vue +++ b/src/demo/Demo.vue @@ -38,7 +38,11 @@ const examples = [ code: `const options = {\n postProcess: (val) => {\n const max = "" + new Date().getFullYear()\n return val > max ? max : val\n }\n}\n\n` }, { - label: 'Money format: repeated and reversed', + label: 'Money format simple', + code: `` + }, + { + label: 'Money format with thousand separators', code: `` } ]