mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
fix: wrdu-keyboard undefined
This commit is contained in:
parent
b261223960
commit
3fab426ed9
2 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@ export default defineNuxtConfig({
|
|||
devtools: { enabled: false },
|
||||
compatibilityDate: "2024-07-04",
|
||||
ssr: false,
|
||||
modules: ["wrdu-keyboard"],
|
||||
vite: {
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
|
|
|
@ -59,7 +59,6 @@ const keybindInput = ref<HTMLElement | null>(null);
|
|||
const lastBlurTime = ref(0);
|
||||
const os = ref('');
|
||||
const router = useRouter();
|
||||
|
||||
const keyboard = useKeyboard();
|
||||
|
||||
const keyToDisplayMap: Record<string, string> = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue