2 parents 18eed36 + 4b70f40 commit eb73e7dCopy full SHA for eb73e7d
1 file changed
build.ts
@@ -12,7 +12,7 @@ const dist = path.resolve(__dirname, 'dist');
12
function renderTemplate(title: string, svgPathData: string, name: string) {
13
return `<template>
14
<span v-bind="$attrs"
15
- :aria-hidden="title ? null : true"
+ :aria-hidden="title ? null : 'true'"
16
:aria-label="title"
17
class="material-design-icon ${title}-icon"
18
role="img"
0 commit comments