Merge branch 'master' of https://github.com/primefaces/primevue
commit
aa3095b850
|
@ -75,6 +75,9 @@ export default {
|
|||
}
|
||||
},
|
||||
scale: {
|
||||
pointLabels: {
|
||||
fontColor: '#495057'
|
||||
},
|
||||
gridLines: {
|
||||
color: '#ebedef'
|
||||
}
|
||||
|
@ -89,6 +92,9 @@ export default {
|
|||
}
|
||||
},
|
||||
scale: {
|
||||
pointLabels: {
|
||||
fontColor: '#ebedef'
|
||||
},
|
||||
gridLines: {
|
||||
color: 'rgba(255,255,255,0.2)'
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<template slot="content">
|
||||
<div class="p-fluid p-formgrid p-grid">
|
||||
<div class="p-field p-col-12">
|
||||
<label for="class">Class</label>
|
||||
<label for="class">Card Holder Name</label>
|
||||
<InputText type="text" v-model="cardholderName" />
|
||||
</div>
|
||||
<div class="p-field p-col-8">
|
||||
|
|
Loading…
Reference in New Issue