SQLite experimentation in newly generated vue 3 app #2978
Annotations
5 errors and 10 warnings
build
Process completed with exit code 1.
|
lint:
src/components/PlaysPunchcard.vue#L14
'grey--text text--darken-2' has been replaced with 'text-grey-darken-2'
|
lint:
src/components/PlaysPunchcard.vue#L38
'grey--text text--darken-2' has been replaced with 'text-grey-darken-2'
|
lint:
src/components/PlaysPunchcard.vue#L48
'primary--text text--darken-1' has been replaced with 'text-primary-darken-1'
|
lint
Process completed with exit code 1.
|
lint:
src/components/PlaysPunchcard.vue#L2
Attribute "v-intersect" should go before "class"
|
lint:
src/components/PlaysPunchcard.vue#L10
Attribute "v-if" should go before "class"
|
lint:
src/components/PlaysPunchcard.vue#L19
Attribute "v-for" should go before "text-anchor"
|
lint:
src/components/PlaysPunchcard.vue#L20
Attribute ":key" should go before "text-anchor"
|
lint:
src/components/PlaysPunchcard.vue#L30
Replace `⏎············index·===·0⏎··············?·'start'⏎··············:·index·===·xLabels.length·-·1⏎················?·'end'⏎················:·'middle'⏎··········` with `index·===·0·?·'start'·:·index·===·xLabels.length·-·1·?·'end'·:·'middle'`
|
lint:
src/components/PlaysPunchcard.vue#L39
Attribute "v-for" should go before "class"
|
lint:
src/components/PlaysPunchcard.vue#L40
Attribute ":key" should go before "class"
|
lint:
src/components/PlaysPunchcard.vue#L52
Attribute "v-for" should go before ":r"
|
lint:
src/components/PlaysPunchcard.vue#L53
Attribute ":key" should go before ":r"
|
lint:
src/components/PlaysPunchcard.vue#L62
Replace `"vuex";` with `'vuex'`
|