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

@ -44,8 +44,7 @@ export default {
return {
items: [],
code: {
basic: `
<template>
basic: `<template>
<div class="card flex justify-content-center">
<form @submit="onSubmit" class="flex flex-column gap-2">
<label for="ac">Value</label>
@ -55,8 +54,7 @@ export default {
</form>
</div>
</template>`,
options: `
<template>
options: `<template>
<div class="card flex justify-content-center">
<form @submit="onSubmit" class="flex flex-column gap-2">
<label for="ac">Value</label>
@ -107,8 +105,7 @@ export default {
}
};
<\/script>`,
composition: `
<template>
composition: `<template>
<div class="card flex justify-content-center">
<form @submit="onSubmit" class="flex flex-column gap-2">
<label for="ac">Value</label>