Browse Source

Update ComponentHead.ts

pull/6291/head
Artur Arseniev 1 year ago
committed by GitHub
parent
commit
fcf3db3d9a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/core/src/dom_components/model/ComponentHead.ts

2
packages/core/src/dom_components/model/ComponentHead.ts

@ -1,6 +1,6 @@
import Component from './Component';
import { toLowerCase } from '../../utils/mixins';
import { ComponentDefinition, DraggableDroppableFn } from './types';
import { DraggableDroppableFn } from './types';
export const type = 'head';
const droppable = ['title', 'style', 'base', 'link', 'meta', 'script', 'noscript'];

Loading…
Cancel
Save