mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Unstyled updates
This commit is contained in:
parent
1b13aaa9d9
commit
6a4ed8d57a
4 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
</template>
|
||||
<template v-else-if="display === 'chip'">
|
||||
<div v-for="node of selectedNodes" :key="node.key" :class="cx('token')" v-bind="ptm('token')">
|
||||
<Chip :class="cx('tokenLabel')" :label="node.label" :pt="ptm('tokenLabel')" />
|
||||
<Chip :class="cx('tokenLabel')" :label="node.label" :unstyled="unstyled" :pt="ptm('tokenLabel')" />
|
||||
</div>
|
||||
<template v-if="emptyValue">{{ placeholder || 'empty' }}</template>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue