Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@grid-form/render-vant

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grid-form/render-vant - npm Package Compare versions

Comparing version
0.0.4
to
0.0.6
+3
-3
package.json
{
"name": "@grid-form/render-vant",
"version": "0.0.4",
"version": "0.0.6",
"description": "基于 vant4 的渲染器",

@@ -15,8 +15,8 @@ "homepage": "https://github.com/0604hx/grid-form",

"dependencies": {
"@grid-form/common": "0.0.4"
"@grid-form/common": "0.0.6"
},
"devDependencies": {
"vant": "^4.0.9"
"vant": "^4.2.0"
},
"scripts": {}
}
<template>
<div :style="{backgroundColor, padding:'16px', margin:'0px 5px 0px 5px', borderRadius:'4px', position:'relative', display: show?'':'none'}">
<div :style="{backgroundColor, padding, margin:'5px 5px 0px 5px', borderRadius:'4px', position:'relative', display: show?'':'none'}">
<van-icon :name="icon" size="1.8rem" :color="colors[type]" style="display: flex;position: absolute; top: 18px;" />

@@ -21,3 +21,4 @@ <van-icon v-if="closeable" name="cross" style="position: absolute; top:18px;right:15px; cursor: pointer;" @click="show=false" />

title:{type:String},
closeable:{type:Boolean, default:false}
closeable:{type:Boolean, default:false},
padding:{type:String, default:"10px 14px"}
})

@@ -24,0 +25,0 @@