mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
add NativeTooltip component
This commit is contained in:
@@ -8,10 +8,12 @@ import LastJoin from '../components/LastJoin.vue';
|
||||
import Launch from '../components/Launch.vue';
|
||||
import Location from '../components/Location.vue';
|
||||
import LocationWorld from '../components/LocationWorld.vue';
|
||||
import NativeTooltip from '../components/NativeTooltip.vue';
|
||||
import Timer from '../components/Timer.vue';
|
||||
|
||||
export function initComponents(app) {
|
||||
app.component('Location', Location);
|
||||
app.component('NativeTooltip', NativeTooltip);
|
||||
app.component('Timer', Timer);
|
||||
app.component('InstanceInfo', InstanceInfo);
|
||||
app.component('LastJoin', LastJoin);
|
||||
|
||||
Reference in New Issue
Block a user