Add highlight
parent
22d6f8a037
commit
36e32c7d71
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue