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>
|
<template>
|
||||||
<div class="AppGridBlock">
|
<div class="AppGridBlock">
|
||||||
<keep-alive :include="['List']">
|
<keep-alive include="List">
|
||||||
<component
|
<component
|
||||||
ref="component"
|
ref="component"
|
||||||
:is="component"
|
:is="component"
|
||||||
|
|||||||
@@ -182,7 +182,7 @@
|
|||||||
import AMapLoader from "@amap/amap-jsapi-loader";
|
import AMapLoader from "@amap/amap-jsapi-loader";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "AppGridBlock",
|
name: "List",
|
||||||
label: "网格区块",
|
label: "网格区块",
|
||||||
props: {
|
props: {
|
||||||
instance: Function,
|
instance: Function,
|
||||||
|
|||||||
Reference in New Issue
Block a user