diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-03-23 18:54:37 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-03-23 19:01:36 +1100 |
| commit | 7ca13b43410364a4ac3bd109e3215a7c26814b93 (patch) | |
| tree | 6b96fdd6b094b29e6353a884eeb275fb2ad64947 /src/App.vue | |
| parent | 0b736a9df79b5ab88e40858e5f94a32d141a76ba (diff) | |
Prevent double-clicks from highlighting text
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 234896d..7d1c7fa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,6 @@ import {defineComponent} from 'vue'; import TileTree from './components/TileTree.vue'; - export default defineComponent({ data(){ return { |
