Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@probil probil released this 27 Mar 08:31
· 742 commits to master since this release

Features

  • Filter for static values (closes #147)
<template>
  <span>{{ '9999999999' | VMask('(###) ###-####') }}</span>
  <!-- renders -->
  <span> (999) 999-9999</span>
</template>

Thanks, @JotaVeUltra

Other changes

  • re-build with latest dependencies