mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-25 07:50:33 +03:00
chore: lint
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import { defineComponent } from 'vue'
|
import { defineComponent } from 'vue'
|
||||||
import { getCurrentManager } from './useApi'
|
|
||||||
import type { VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'
|
import type { VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'
|
||||||
|
import { getCurrentManager } from './useApi'
|
||||||
|
|
||||||
export const MetainfoImpl = defineComponent({
|
export const MetainfoImpl = defineComponent({
|
||||||
name: 'Metainfo',
|
name: 'Metainfo',
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { tags } from './tags'
|
|
||||||
import type { MetaTagConfigKey, MetaTagName } from '../types'
|
import type { MetaTagConfigKey, MetaTagName } from '../types'
|
||||||
|
import { tags } from './tags'
|
||||||
|
|
||||||
export function getTagConfigItem (
|
export function getTagConfigItem (
|
||||||
tagOrName: Array<MetaTagName>,
|
tagOrName: Array<MetaTagName>,
|
||||||
|
|||||||
+1
-1
@@ -1,12 +1,12 @@
|
|||||||
import { h, reactive, onUnmounted, App, Teleport, Comment, getCurrentInstance, ComponentInternalInstance, Slots } from 'vue'
|
import { h, reactive, onUnmounted, App, Teleport, Comment, getCurrentInstance, ComponentInternalInstance, Slots } from 'vue'
|
||||||
import { isArray, isFunction } from '@vue/shared'
|
import { isArray, isFunction } from '@vue/shared'
|
||||||
|
import type { VNode, ComponentPublicInstance } from 'vue'
|
||||||
import { createMergedObject, MergedObjectBuilder } from './object-merge'
|
import { createMergedObject, MergedObjectBuilder } from './object-merge'
|
||||||
import { renderMeta } from './render'
|
import { renderMeta } from './render'
|
||||||
import { metaActiveKey } from './symbols'
|
import { metaActiveKey } from './symbols'
|
||||||
import { Metainfo } from './Metainfo'
|
import { Metainfo } from './Metainfo'
|
||||||
import { defaultConfig } from './config/default'
|
import { defaultConfig } from './config/default'
|
||||||
import * as defaultResolver from './resolvers/deepest'
|
import * as defaultResolver from './resolvers/deepest'
|
||||||
import type { VNode, ComponentPublicInstance } from 'vue'
|
|
||||||
import type { ResolveMethod } from './object-merge'
|
import type { ResolveMethod } from './object-merge'
|
||||||
|
|
||||||
import type {
|
import type {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { resolveOption } from './index'
|
|
||||||
import type { MetaResolveContext, MetaResolveSetup } from '../types'
|
import type { MetaResolveContext, MetaResolveSetup } from '../types'
|
||||||
|
import { resolveOption } from './index'
|
||||||
|
|
||||||
type MergeResolveContextDeepest = MetaResolveContext & {
|
type MergeResolveContextDeepest = MetaResolveContext & {
|
||||||
depth: number
|
depth: number
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
import { ComponentOptionsMetaInfo } from './options'
|
|
||||||
import type { VNode, Slots, ComponentInternalInstance } from 'vue'
|
import type { VNode, Slots, ComponentInternalInstance } from 'vue'
|
||||||
import type { MergedObject, ResolveContext, ResolveMethod } from '../object-merge'
|
import type { MergedObject, ResolveContext, ResolveMethod } from '../object-merge'
|
||||||
import type { MetaManager } from '../manager'
|
import type { MetaManager } from '../manager'
|
||||||
|
import { ComponentOptionsMetaInfo } from './options'
|
||||||
|
|
||||||
export * from './config'
|
export * from './config'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user