Change '@vue/runtime-dom' to 'vue'

This commit is contained in:
timongh 2023-03-11 04:25:12 +08:00
parent c6381564f1
commit 3ea86bccaa
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
import { onMounted } from '@vue/runtime-dom'
import { type Ref, ref } from 'vue'
import { type Ref, ref, onMounted } from 'vue'
import { CustomNavbarItem } from './custom-navbar-item'
export const popupProps = {

View File

@ -1,4 +1,4 @@
import type { ComponentPublicInstance } from '@vue/runtime-dom'
import type { ComponentPublicInstance } from 'vue'
import { defineComponentMetadata } from '@/components/define'
import { getVueData } from '@/components/feeds/api'
import { VideoInfo } from '@/components/video/video-info'