aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src')
-rw-r--r--src-vue/src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/App.vue b/src-vue/src/App.vue
index d179c462..de48fa04 100644
--- a/src-vue/src/App.vue
+++ b/src-vue/src/App.vue
@@ -4,7 +4,7 @@ import { appWindow } from '@tauri-apps/api/window';
</script>
<template>
- <div id="fc_bg__container"/>
+ <div id="fc_bg__container" data-tauri-drag-region />
<el-tabs class="fc_menu__tabs" type="card">
<el-tab-pane label="Play"><PlayView /></el-tab-pane>
<el-tab-pane label="Changelog">Changelog</el-tab-pane>