import '@cometchat/uikit-elements'; //import the web elements package.import { labelStyle } from '@cometchat/uikit-elements';const lStyle = new labelStyle({ textFont: "italic 1.2em 'Fira Sans'"});//make use of the element; pass a custom style<cometchat-label :text="Hello World!" :labelStyle={lStyle}></cometchat-label>