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