mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Change '@vue/runtime-dom' to 'vue'
This commit is contained in:
parent
c6381564f1
commit
3ea86bccaa
@ -1,5 +1,4 @@
|
|||||||
import { onMounted } from '@vue/runtime-dom'
|
import { type Ref, ref, onMounted } from 'vue'
|
||||||
import { type Ref, ref } from 'vue'
|
|
||||||
import { CustomNavbarItem } from './custom-navbar-item'
|
import { CustomNavbarItem } from './custom-navbar-item'
|
||||||
|
|
||||||
export const popupProps = {
|
export const popupProps = {
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import type { ComponentPublicInstance } from '@vue/runtime-dom'
|
import type { ComponentPublicInstance } from 'vue'
|
||||||
import { defineComponentMetadata } from '@/components/define'
|
import { defineComponentMetadata } from '@/components/define'
|
||||||
import { getVueData } from '@/components/feeds/api'
|
import { getVueData } from '@/components/feeds/api'
|
||||||
import { VideoInfo } from '@/components/video/video-info'
|
import { VideoInfo } from '@/components/video/video-info'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user