mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-08 17:22:32 +03:00
fix: toggle css
This commit is contained in:
@@ -266,6 +266,10 @@ export default {
|
||||
margin-right: 2px;
|
||||
display: inline-block;
|
||||
transition: transform 0.1s;
|
||||
|
||||
&.open {
|
||||
transform: rotate(90deg)
|
||||
}
|
||||
}
|
||||
|
||||
.jv-more {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-json-viewer",
|
||||
"version": "2.2.9",
|
||||
"version": "2.2.10",
|
||||
"description": "vuejs展示json的组件",
|
||||
"main": "vue-json-viewer.js",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user