mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Docs typing updates
This commit is contained in:
parent
ca65d7dfdb
commit
cfc8136b25
739 changed files with 2027 additions and 3969 deletions
|
@ -52,8 +52,7 @@ export default {
|
|||
password: null,
|
||||
accept: null,
|
||||
code: {
|
||||
basic: `
|
||||
<div class="flex justify-content-center p-fluid">
|
||||
basic: `<div class="flex justify-content-center p-fluid">
|
||||
<div v-focustrap class="card">
|
||||
<div class="field">
|
||||
<InputText id="input" v-model="name" type="text" placeholder="Name" autofocus />
|
||||
|
@ -91,8 +90,7 @@ export default {
|
|||
<Button type="submit" label="Submit" class="mt-2" />
|
||||
</div>
|
||||
</div>`,
|
||||
options: `
|
||||
<template>
|
||||
options: `<template>
|
||||
<div class="flex justify-content-center p-fluid">
|
||||
<div v-focustrap class="card">
|
||||
<div class="field">
|
||||
|
@ -145,8 +143,7 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>`,
|
||||
composition: `
|
||||
<template>
|
||||
composition: `<template>
|
||||
<div class="flex justify-content-center p-fluid">
|
||||
<div v-focustrap class="card">
|
||||
<div class="field">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue