Skip to content

v-money ​

Function Introduction ​

Format numbers into money format

Example ​

Usage ​

typescript
<template>
  <span v-money="123456789.123456"></span>
</template>

Released under the MIT License.