Update WidgetPaplin.vue #12
lint.yml
on: push
pnpm_install
57s
Matrix: lint
Matrix: typecheck
Annotations
8 errors
lint (frontend):
packages/frontend/src/widgets/WidgetPaplin.vue#L10
Attribute ":style" should go before "@click"
|
lint (frontend):
packages/frontend/src/widgets/WidgetPaplin.vue#L50
Must use `.value` to read or write the value wrapped by `ref()`
|
lint (frontend):
packages/frontend/src/widgets/WidgetPaplin.vue#L51
Must use `.value` to read or write the value wrapped by `ref()`
|
lint (frontend):
packages/frontend/src/widgets/WidgetPaplin.vue#L51
Missing semicolon
|
lint (frontend):
packages/frontend/src/widgets/WidgetPaplin.vue#L53
Must use `.value` to read or write the value wrapped by `ref()`
|
lint (frontend):
packages/frontend/src/widgets/WidgetPaplin.vue#L54
Must use `.value` to read or write the value wrapped by `ref()`
|
lint (frontend):
packages/frontend/src/widgets/WidgetPaplin.vue#L54
Missing semicolon
|
lint (frontend)
Process completed with exit code 1.
|