We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd4e30 commit 949948fCopy full SHA for 949948f
src/pages/Home/components/TopBox.vue
@@ -1,15 +1,15 @@
1
<script lang="ts" setup>
2
-function handleClick() {
3
- console.log("click");
4
-}
+// function handleClick() {
+// console.log("click");
+// }
5
</script>
6
7
<template>
8
<div class="container">
9
<div class="title">AI GIS SYSTEM</div>
10
- <el-button style="position: absolute; right: 20px" @click="handleClick"
11
- >Upload</el-button
12
- >
+ <!-- <el-button style="position: absolute; right: 20px" @click="handleClick"-->
+ <!-- >Upload</el-button-->
+ <!-- >-->
13
</div>
14
</template>
15
0 commit comments