first commit #1
Annotations
10 errors and 1 warning
|
build:
src/views/ProductDetail.vue#L160
'productId' is declared but its value is never read.
|
|
build:
src/views/ProductDetail.vue#L11
Property 'icon' does not exist on type 'Product'.
|
|
build:
src/views/Home.vue#L82
'computed' is declared but its value is never read.
|
|
build:
src/data/products.ts#L184
Object literal may only specify known properties, and 'icon' does not exist in type 'Product'.
|
|
build:
src/data/products.ts#L166
Object literal may only specify known properties, and 'icon' does not exist in type 'Product'.
|
|
build:
src/data/products.ts#L147
Object literal may only specify known properties, and 'icon' does not exist in type 'Product'.
|
|
build:
src/data/products.ts#L131
Object literal may only specify known properties, and 'icon' does not exist in type 'Product'.
|
|
build:
src/data/products.ts#L106
Object literal may only specify known properties, and 'icon' does not exist in type 'Product'.
|
|
build:
src/data/products.ts#L70
Object literal may only specify known properties, and 'icon' does not exist in type 'Product'.
|
|
build:
src/data/products.ts#L10
Object literal may only specify known properties, and 'icon' does not exist in type 'Product'.
|
|
build
Unsupported configuration file extension. Currently supported extensions: ".js", ".cjs", ".mjs"
|