2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-24 09:50:34 +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 = [ export const booleanHtmlAttributes = [
'allowfullscreen', 'allowfullscreen',
'amp', 'amp',
'amp-boilerplate',
'async', 'async',
'autofocus', 'autofocus',
'autoplay', 'autoplay',