fix lint errors

pull/8473/head
Austin John Mayer (井上 オースティン) 3 years ago
parent 9f75dd81f6
commit 935135f9b6

@ -555,11 +555,11 @@ export default function dom(
if (component.component_options.elementInternals) {
declaration.body.body.push({
type: "PropertyDefinition",
type: 'PropertyDefinition',
static: true,
computed: false,
key: { type: "Identifier", name: "formAssociated" },
value: x`true`,
key: { type: 'Identifier', name: 'formAssociated' },
value: x`true`
});
}

Loading…
Cancel
Save