Skip to content

Instantly share code, notes, and snippets.

@34fame
Created October 13, 2020 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 34fame/c7e879dad71c704e45baac6130ff112f to your computer and use it in GitHub Desktop.
Save 34fame/c7e879dad71c704e45baac6130ff112f to your computer and use it in GitHub Desktop.
{
infoUrl: {
component: 'q-input',
label: 'Information Link',
model: 'infoUrl',
fieldOptions: {
class: [],
on: {
input: true,
},
attrs: {
'data-cy': 'infoUrl',
},
props: {
filled: true,
readonly: {
fn: (mode) => mode === 'auto',
params: [{ this: 'mode' }],
},
},
style: {
width: '200px',
},
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment