Enrique Meléndez Estrada

Results 4 comments of Enrique Meléndez Estrada

my way: ```javascript .treeclass .nodetree text { font-size: inherit; } ``` now the font size depends on the component (parent) style, where you can change dynamically: ```javascript ```

@jakesteele my solution is in the definition of header props: when defining the props of a header item ```javascript const headers = [ { title: 'Name', align: 'start', sortable: false,...

this "pre" detection works for me (I have no camera attach to my computer): ```vue // check without permissions if you have devices... const devices = await navigator.mediaDevices.enumerateDevices() const hasVideo...

@ilyaliao, the logic dictates me that if one of the devices is lacking, that item should error BUT the other should work (ask for permissions) and not both fails... Now...