Skip to content

Instantly share code, notes, and snippets.

View ermish's full-sized avatar
🍜
feels good to code.

Philip Ermish ermish

🍜
feels good to code.
View GitHub Profile
@kkiernan
kkiernan / index.html
Last active August 3, 2024 06:38
A Vue.js filter that formats a phone number.
<input type="text"
name="home_phone"
class="form-control"
v-model="homePhone | phone"
lazy>