Add highlight

pull/6577/head
Cagatay Civici 2024-10-14 19:04:53 +03:00
parent 22d6f8a037
commit 36e32c7d71
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<DocSectionText v-bind="$attrs"> <DocSectionText v-bind="$attrs">
<p>Two-way value binding is defined using v-model.</p> <p>Two-way value binding is defined using <i>v-model</i>.</p>
</DocSectionText> </DocSectionText>
<div class="card flex justify-center"> <div class="card flex justify-center">
<Rating v-model="value" /> <Rating v-model="value" />