mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Docs typing updates
This commit is contained in:
parent
ca65d7dfdb
commit
cfc8136b25
739 changed files with 2027 additions and 3969 deletions
|
@ -19,10 +19,8 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
code: {
|
||||
basic: `
|
||||
<Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" />`,
|
||||
options: `
|
||||
<template>
|
||||
basic: `<Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" />`,
|
||||
options: `<template>
|
||||
<div>
|
||||
<p>Enter "date" to display the current date, "greet {0}" for a message and "random" to get a random number.</p>
|
||||
<Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" class="dark-demo-terminal" aria-label="PrimeVue Terminal Service" />
|
||||
|
@ -88,8 +86,7 @@ p {
|
|||
color: #9fa8da;
|
||||
}
|
||||
</style>`,
|
||||
composition: `
|
||||
<template>
|
||||
composition: `<template>
|
||||
<div>
|
||||
<p>Enter "date" to display the current date, "greet {0}" for a message and "random" to get a random number.</p>
|
||||
<Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" class="dark-demo-terminal" aria-label="PrimeVue Terminal Service" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue