26935
This commit is contained in:
2
packages/2.0.5/AppGridBlock/AppGridBlock.vue
vendored
2
packages/2.0.5/AppGridBlock/AppGridBlock.vue
vendored
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="AppGridBlock">
|
||||
<keep-alive :include="['List']">
|
||||
<keep-alive include="List">
|
||||
<component
|
||||
ref="component"
|
||||
:is="component"
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
import AMapLoader from "@amap/amap-jsapi-loader";
|
||||
|
||||
export default {
|
||||
name: "AppGridBlock",
|
||||
name: "List",
|
||||
label: "网格区块",
|
||||
props: {
|
||||
instance: Function,
|
||||
|
||||
Reference in New Issue
Block a user