Daniel G

Results 5 comments of Daniel G

@lukeberryco you probably missed to name your component e.g. : ``` export default defineComponent({ name:'MyAmazingComp', components:{...}, setup(){...} ... }) ```

can anyone please merge @AbdelkaderBah fix to master?

+1 to @relish27. Why this is not disable by default and apply only when specifying the chart plugins model? (e.g. only when labels: true)

run `npx http-server`

@sergeushenecz I did a workaround by mapping "empty" value to a null state as following: ```Typescript const [state, setState] = useState({selected:null}); this.userTypes = [ {key: 'empty', text: 'Empty', value: ''},...