fix:【antd】构建失败的问题
parent
4af433e4d7
commit
03e5bf5c3d
|
|
@ -75,7 +75,7 @@ function handleHotAreaSelected(
|
||||||
<template>
|
<template>
|
||||||
<div class="h-40px flex items-center justify-center">
|
<div class="h-40px flex items-center justify-center">
|
||||||
<MagicCubeEditor
|
<MagicCubeEditor
|
||||||
v-model="cellList as any"
|
v-model="cellList"
|
||||||
:cols="cellCount"
|
:cols="cellCount"
|
||||||
:cube-size="38"
|
:cube-size="38"
|
||||||
:rows="1"
|
:rows="1"
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@ function handleHotAreaSelected(
|
||||||
<template>
|
<template>
|
||||||
<div class="h-40px flex items-center justify-center">
|
<div class="h-40px flex items-center justify-center">
|
||||||
<MagicCubeEditor
|
<MagicCubeEditor
|
||||||
v-model="cellList as any"
|
v-model="cellList"
|
||||||
:cols="cellCount"
|
:cols="cellCount"
|
||||||
:cube-size="38"
|
:cube-size="38"
|
||||||
:rows="1"
|
:rows="1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue