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 May 4, 2022 05:19
A Vue.js filter that formats a phone number.
<input type="text"
name="home_phone"
class="form-control"
v-model="homePhone | phone"
lazy>