Skip to content
Snippets Groups Projects
Commit 61fab0e3 authored by Henine, Didou (UG - SISC)'s avatar Henine, Didou (UG - SISC)
Browse files

Added the phone number input option

parent 791f4091
No related branches found
No related tags found
No related merge requests found
<template lang="pug"> <template lang="pug">
p test p Contact number:
q-input(rounded filled v-model="text" label="Phone number:")
</template> </template>
<script>
export default {
data () {
return {
text: ''
}
}
}
</script>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment