Skip to content

Commit

Permalink
修复前端编译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperzlib committed Nov 16, 2024
1 parent 8dddfaf commit f999759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/partials/CoyoteBluetoothPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import BatteryIcon from '../../assets/battery.svg';
import { ToastServiceMethods } from 'primevue/toastservice';
import { ConfirmationOptions } from 'primevue/confirmationoptions';
import { ConnectorType, CoyoteDeviceVersion } from '../../type/common';
import { CoyoteDeviceVersion } from '../../type/common';
import { useCoyoteBTStore } from '../../stores/CoyoteBTStore';
defineOptions({
Expand Down
6 changes: 1 addition & 5 deletions frontend/src/components/partials/GameConnection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ defineOptions({
name: 'GameConnection',
});
const props = defineProps<{
state: any;
}>();
</script>

<template>

<div class="flex flex-col justify-between gap-2 mb-2 items-start md:flex-row md:items-center">
<h2 class="font-bold text-xl">波形列表</h2>
<h2 class="font-bold text-xl">连接码</h2>
</div>
</template>

0 comments on commit f999759

Please sign in to comment.