We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c5c66 commit d01e4d9Copy full SHA for d01e4d9
map/client/components/styles/KStylePreviewItem.vue
@@ -1,6 +1,5 @@
1
<template>
2
<KItem ref="item">
3
- <template v-slot:item-avatar><div></div></template>
4
<template v-slot:item-content>
5
<div class="row">
6
<q-item-label>{{ name }}</q-item-label>
@@ -21,7 +20,7 @@ import { DefaultStyle } from '../../utils/index.js'
21
20
const item = ref(null)
22
23
const name = computed(() => {
24
- return _.get(item, 'value.name', '')
+ return _.get(item, 'value.item.name', '')
25
})
26
27
const style = computed(() => {
0 commit comments