Update DefaultDoc.vue
parent
b820cd59f0
commit
048cb9f0c0
|
@ -3,16 +3,7 @@
|
||||||
<p>Ripple is enabled by adding add <i>p-ripple</i> class to the target and attach the directive with the v- prefix.</p>
|
<p>Ripple is enabled by adding add <i>p-ripple</i> class to the target and attach the directive with the v- prefix.</p>
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
<div class="card flex justify-content-center align-items-center">
|
<div class="card flex justify-content-center align-items-center">
|
||||||
<div
|
<div v-ripple class="p-ripple bg-primary flex select-none justify-content-center align-items-center shadow-2 border-round p-6 font-bold">Default</div>
|
||||||
v-ripple="{
|
|
||||||
pt: {
|
|
||||||
root: 'bg-yellow-400'
|
|
||||||
}
|
|
||||||
}"
|
|
||||||
class="p-ripple bg-primary flex select-none justify-content-center align-items-center shadow-2 border-round p-6 font-bold"
|
|
||||||
>
|
|
||||||
Default
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<DocSectionCode :code="code" />
|
<DocSectionCode :code="code" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue