forked from opentiny/tiny-engine
fix(chore): fix some vue warining on console (#421)
This commit is contained in:
parent
da8f58b0d9
commit
8e89cc47e7
|
@ -769,7 +769,7 @@
|
|||
{
|
||||
"componentName": "TinyTimeLine",
|
||||
"props": {
|
||||
"active": "2",
|
||||
"active": 2,
|
||||
"data": [
|
||||
{
|
||||
"name": "基础配置"
|
||||
|
@ -1525,7 +1525,6 @@
|
|||
{
|
||||
"componentName": "div",
|
||||
"props": {
|
||||
|
||||
"style": "border-width: 1px;z-index:1;border-style: solid; border-color: #ffffff; padding-top: 10px; padding-left: 10px; padding-right: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px; background-color: #fff; position: fixed; inset: auto 0% 0% 0%; height: 80px; line-height: 80px; border-radius: 0px;"
|
||||
},
|
||||
"children": [
|
||||
|
@ -1551,7 +1550,7 @@
|
|||
{
|
||||
"componentName": "TinyCol",
|
||||
"props": {
|
||||
"span": "8"
|
||||
"span": 8
|
||||
},
|
||||
"id": "b9d051a5",
|
||||
"children": [
|
||||
|
@ -1564,7 +1563,7 @@
|
|||
{
|
||||
"componentName": "TinyCol",
|
||||
"props": {
|
||||
"span": "5",
|
||||
"span": 5,
|
||||
"style": "display: flex;"
|
||||
},
|
||||
"id": "02352776",
|
||||
|
@ -1598,7 +1597,7 @@
|
|||
{
|
||||
"componentName": "TinyCol",
|
||||
"props": {
|
||||
"span": "7"
|
||||
"span": 7
|
||||
},
|
||||
"id": "82b6c659",
|
||||
"children": [
|
||||
|
@ -1666,7 +1665,7 @@
|
|||
{
|
||||
"componentName": "TinyCol",
|
||||
"props": {
|
||||
"span": "4",
|
||||
"span": 4,
|
||||
"style": "display: flex; flex-direction: row-reverse; border-radius: 0px; height: 100%; justify-content: flex-start; align-items: center;"
|
||||
},
|
||||
"id": "10b73009",
|
||||
|
|
|
@ -82,7 +82,7 @@ export default {
|
|||
|
||||
const state = reactive({
|
||||
showStep: false,
|
||||
guideWidth: 360,
|
||||
guideWidth: '360',
|
||||
showTooltip: false,
|
||||
showHelpDialog: false,
|
||||
helpBox: false
|
||||
|
|
Loading…
Reference in New Issue