Update PTDoc.vue
parent
2333de99ea
commit
67b49e80bb
|
@ -11,8 +11,20 @@
|
||||||
mode="currency"
|
mode="currency"
|
||||||
currency="EUR"
|
currency="EUR"
|
||||||
:pt="{
|
:pt="{
|
||||||
incrementButton: { class: 'bg-teal-500 border-teal-500' },
|
decrementButton: {
|
||||||
decrementButton: { class: 'bg-orange-500 border-orange-500' }
|
root: () => {
|
||||||
|
return {
|
||||||
|
class: 'bg-orange-500 border-orange-500'
|
||||||
|
};
|
||||||
|
}
|
||||||
|
},
|
||||||
|
incrementButton: {
|
||||||
|
root: () => {
|
||||||
|
return {
|
||||||
|
class: 'bg-teal-500 border-teal-500'
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -36,8 +48,20 @@ export default {
|
||||||
mode="currency"
|
mode="currency"
|
||||||
currency="EUR"
|
currency="EUR"
|
||||||
:pt="{
|
:pt="{
|
||||||
incrementButton: { class: 'bg-teal-500 border-teal-500' },
|
decrementButton: {
|
||||||
decrementButton: { class: 'bg-orange-500 border-orange-500' }
|
root: () => {
|
||||||
|
return {
|
||||||
|
class: 'bg-orange-500 border-orange-500'
|
||||||
|
};
|
||||||
|
}
|
||||||
|
},
|
||||||
|
incrementButton: {
|
||||||
|
root: () => {
|
||||||
|
return {
|
||||||
|
class: 'bg-teal-500 border-teal-500'
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
`,
|
`,
|
||||||
|
@ -54,8 +78,20 @@ export default {
|
||||||
mode="currency"
|
mode="currency"
|
||||||
currency="EUR"
|
currency="EUR"
|
||||||
:pt="{
|
:pt="{
|
||||||
incrementButton: { class: 'bg-teal-500 border-teal-500' },
|
decrementButton: {
|
||||||
decrementButton: { class: 'bg-orange-500 border-orange-500' }
|
root: () => {
|
||||||
|
return {
|
||||||
|
class: 'bg-orange-500 border-orange-500'
|
||||||
|
};
|
||||||
|
}
|
||||||
|
},
|
||||||
|
incrementButton: {
|
||||||
|
root: () => {
|
||||||
|
return {
|
||||||
|
class: 'bg-teal-500 border-teal-500'
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -84,8 +120,20 @@ export default {
|
||||||
mode="currency"
|
mode="currency"
|
||||||
currency="EUR"
|
currency="EUR"
|
||||||
:pt="{
|
:pt="{
|
||||||
incrementButton: { class: 'bg-teal-500 border-teal-500' },
|
decrementButton: {
|
||||||
decrementButton: { class: 'bg-orange-500 border-orange-500' }
|
root: () => {
|
||||||
|
return {
|
||||||
|
class: 'bg-orange-500 border-orange-500'
|
||||||
|
};
|
||||||
|
}
|
||||||
|
},
|
||||||
|
incrementButton: {
|
||||||
|
root: () => {
|
||||||
|
return {
|
||||||
|
class: 'bg-teal-500 border-teal-500'
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue