mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor
This commit is contained in:
parent
1fce27abb7
commit
d19969fb9b
4 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ export default {
|
|||
<InputText type="text" v-model="value" />`,
|
||||
options: `
|
||||
<template>
|
||||
<div className="card flex justify-content-center">
|
||||
<div class="card flex justify-content-center">
|
||||
<InputText type="text" v-model="value" />
|
||||
</div>
|
||||
</template>
|
||||
|
@ -35,7 +35,7 @@ export default {
|
|||
`,
|
||||
composition: `
|
||||
<template>
|
||||
<div className="card flex justify-content-center">
|
||||
<div class="card flex justify-content-center">
|
||||
<InputText type="text" v-model="value" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue