2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-14 04:12:25 +03:00

feat: add amp-boilerplate as boolean attribute (resolves: #530) (#531)

This commit is contained in:
jangarcia
2020-03-21 19:07:08 +01:00
committed by GitHub
parent b2488c18ed
commit bb45319574
+1
View File
@@ -113,6 +113,7 @@ export const commonDataAttributes = ['body', 'pbody']
export const booleanHtmlAttributes = [
'allowfullscreen',
'amp',
'amp-boilerplate',
'async',
'autofocus',
'autoplay',