This commit is contained in:
yanran200730
2022-01-24 17:03:05 +08:00
parent 2fec5f513e
commit b279d2ef2b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="AppGridBlock">
<keep-alive :include="['List']">
<keep-alive include="List">
<component
ref="component"
:is="component"

View File

@@ -182,7 +182,7 @@
import AMapLoader from "@amap/amap-jsapi-loader";
export default {
name: "AppGridBlock",
name: "List",
label: "网格区块",
props: {
instance: Function,