Artur Arseniev
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/core/src/dom_components/model/ComponentHead.ts
|
|
@ -1,6 +1,6 @@ |
|
|
import Component from './Component'; |
|
|
import Component from './Component'; |
|
|
import { toLowerCase } from '../../utils/mixins'; |
|
|
import { toLowerCase } from '../../utils/mixins'; |
|
|
import { ComponentDefinition, DraggableDroppableFn } from './types'; |
|
|
import { DraggableDroppableFn } from './types'; |
|
|
|
|
|
|
|
|
export const type = 'head'; |
|
|
export const type = 'head'; |
|
|
const droppable = ['title', 'style', 'base', 'link', 'meta', 'script', 'noscript']; |
|
|
const droppable = ['title', 'style', 'base', 'link', 'meta', 'script', 'noscript']; |
|
|
|