EnvelopeSkeleton: add filler on hover to prevent text shifting #3882
Annotations
10 warnings
Lint:
src/components/CertificateSettings.vue#L125
The type 'bool' is undefined
|
Lint:
src/components/ComposerAttachments.vue#L225
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
|
Lint:
src/components/ComposerAttachments.vue#L270
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
|
Lint:
src/components/Envelope.vue#L39
'v-html' directive can lead to XSS attack
|
Lint:
src/components/Envelope.vue#L484
The "computed" property should be above the "mounted" property on line 479
|
Lint:
src/components/EnvelopeList.vue#L523
The type 'int' is undefined
|
Lint:
src/components/EnvelopeList.vue#L523
Missing JSDoc @param "databaseId" description
|
Lint:
src/components/EnvelopeList.vue#L524
The type 'int' is undefined
|
Lint:
src/components/EnvelopeSkeleton.vue#L88
Expected 1 line break after opening tag (`<slot>`), but no line breaks found
|
Lint:
src/components/EnvelopeSkeleton.vue#L88
Expected 1 line break before closing tag (`</slot>`), but no line breaks found
|
Loading