Docs typing updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-16 16:58:31 +03:00
parent ca65d7dfdb
commit cfc8136b25
739 changed files with 2027 additions and 3969 deletions

View file

@ -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" />