mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 06:29:19 +00:00
config_tools: remove footer version link
remove footer version link Tracked-On: #6691 Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
This commit is contained in:
parent
12b3701bdb
commit
35ffff7b3b
@ -2,15 +2,12 @@
|
||||
<div class="pt-3">
|
||||
<p class="text-center text-secondary">
|
||||
© Copyright Project ACRN™, a Series of LF Projects, LLC.
|
||||
<text v-if="version" @click="home">- Version {{ version }}</text>
|
||||
<text v-if="version">- Version {{ version }}</text>
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {getVersion} from "@tauri-apps/api/app";
|
||||
|
||||
|
||||
export default {
|
||||
name: "Footer",
|
||||
data: () => {
|
||||
@ -19,12 +16,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.version = packageVersion
|
||||
},
|
||||
methods: {
|
||||
home() {
|
||||
this.$router.push('/')
|
||||
},
|
||||
this.version = packageVersion
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user