FIX 控制台无法缓存的问题

This commit is contained in:
sc 2021-06-19 12:54:43 +08:00
parent 64ba3854e0
commit bd2f9f3747
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@
const work = defineAsyncComponent(() => import('./work'));
export default {
name: "dashboard",
components: {
stats,
work

View File

@ -89,7 +89,6 @@
<script>
import gridLayout from './gridLayout'
export default {
name: "dashboard",
components: {
gridLayout
},