mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-15 07:42:25 +03:00
feat: add amp as boolean attribute (resolves: #311)
This commit is contained in:
committed by
Alexander Lichter
parent
6bea7f45f4
commit
b7ee0409ea
@@ -79,6 +79,7 @@ export const tagAttributeAsInnerContent = ['innerHTML', 'cssText']
|
||||
// from: https://github.com/kangax/html-minifier/blob/gh-pages/src/htmlminifier.js#L202
|
||||
export const booleanHtmlAttributes = [
|
||||
'allowfullscreen',
|
||||
'amp',
|
||||
'async',
|
||||
'autofocus',
|
||||
'autoplay',
|
||||
|
||||
Reference in New Issue
Block a user