Skip to content

Commit bde8701

Browse files
committed
(lighthouse) add image alt tag #1
1 parent 99f833b commit bde8701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div id="app">
3-
<img src="./assets/logo.png">
3+
<img src="./assets/logo.png" alt="Vue PWA">
44
{{#router}}
55
<router-view></router-view>
66
{{else}}

0 commit comments

Comments
 (0)