No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. 2bj
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Groups 0

    2bj

    @2bj

    0
    Reputation
    281
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    2bj Follow

    Latest posts made by 2bj

    • RE: v0.15 news

      Thank you

      posted in Announcements
      2bj
      2bj
    • RE: How to add phone mask in the input ?
      import VMasker from 'vanilla-masker'
      
      export default {
        data () {
          return {
            form: {
              name: '',
              phone: ''
            }
          }
        },
        watch: {
          'form.phone' (newVal, oldVal) {
            this.form.phone = VMasker.toPattern(newVal, '+9 (999) 999-99-99')
          }
        }
      }
      
      posted in Show & Tell
      2bj
      2bj