代码更新

This commit is contained in:
ludj
2022-12-22 10:14:52 +08:00
parent a552048a9c
commit 7199c82ec7
4 changed files with 196 additions and 174 deletions

View File

@@ -1,5 +1,6 @@
<template>
<div id="app" @mousemove="moveEvent" @click="moveEvent">
<!-- <div id="app" @mousemove="moveEvent" @click="moveEvent">-->
<div id="app">
<router-view />
</div>
</template>