Added color picking to library properties
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<template lang="html">
|
||||
<v-icon>{{icon}}</v-icon>
|
||||
<v-icon :color="color">
|
||||
{{ icon }}
|
||||
</v-icon>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -8,6 +10,7 @@ import { getPropertyIcon } from '/imports/constants/PROPERTIES.js';
|
||||
export default {
|
||||
props: {
|
||||
type: String,
|
||||
color: String,
|
||||
},
|
||||
computed: {
|
||||
icon(){
|
||||
|
||||
Reference in New Issue
Block a user