Commit 5a394dba by lanyulei

fix: update key.

parent bb244f1f
......@@ -12,7 +12,7 @@
<template v-for="item in data.list">
<template v-if="item.type == 'grid'">
<el-row
:key="item.model"
:key="item.key"
type="flex"
:gutter="item.options.gutter ? item.options.gutter : 0"
:justify="item.options.justify"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment