Remove invalid class
parent
a0af98a78b
commit
39564d88de
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="layout-footer">
|
||||
<div class="layout-footer-left">
|
||||
<span>PrimeVue 3.1.2-SNAPSHOT on Vue 3.0.3 by </span>
|
||||
<span>PrimeVue 3.1.2 on Vue 3.0.3 by </span>
|
||||
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<div class="content-section implementation">
|
||||
<div class="card">
|
||||
<h5>Basic</h5>
|
||||
<CascadeSelect v-model="selectedCity1" :options="countries" optionLabel="cname" optionGroupLabel="name" class="p-invalid"
|
||||
<CascadeSelect v-model="selectedCity1" :options="countries" optionLabel="cname" optionGroupLabel="name"
|
||||
:optionGroupChildren="['states', 'cities']" style="minWidth: 14rem" placeholder="Select a City" />
|
||||
|
||||
<h5>Templating</h5>
|
||||
|
|
Loading…
Reference in New Issue