enn-info-panel
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "enn-info-panel", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -57,3 +57,3 @@ # InfoPanel | ||
#### 插槽 | ||
#### 插槽 Slots | ||
@@ -64,4 +64,4 @@ ```Vue | ||
<InfoPanel :schema="Schema" :data="data" > | ||
<template #itemName="{value}"> | ||
{{value}} | ||
<template #itemName="{name, value}"> | ||
{{name}}: {{value}} | ||
</template> | ||
@@ -68,0 +68,0 @@ </InfoPanel> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22276