File tree Expand file tree Collapse file tree 3 files changed +15
-31
lines changed Expand file tree Collapse file tree 3 files changed +15
-31
lines changed Original file line number Diff line number Diff line change 28
28
"bugs" : {
29
29
"url" : " https://github.com/vuejs/vue-devtools/issues"
30
30
},
31
+ "dependencies" : {
32
+ "@vue/ui" : " ^0.5.1" ,
33
+ "circular-json-es6" : " ^2.0.1" ,
34
+ "lodash.debounce" : " ^4.0.8" ,
35
+ "lodash.groupby" : " ^4.6.0" ,
36
+ "uglifyjs-webpack-plugin" : " ^1.1.4" ,
37
+ "vue" : " ^2.5.13" ,
38
+ "vue-router" : " ^3.0.1" ,
39
+ "vuex" : " ^3.0.1"
40
+ },
31
41
"homepage" : " https://github.com/vuejs/vue-devtools#readme" ,
32
42
"devDependencies" : {
33
43
"buble" : " ^0.19.0" ,
54
64
"webpack" : " ^3.10.0" ,
55
65
"webpack-dev-server" : " ^2.9.7" ,
56
66
"webpack-merge" : " ^4.1.2"
57
- },
58
- "dependencies" : {
59
- "@vue/ui" : " ^0.5.0" ,
60
- "circular-json-es6" : " ^2.0.1" ,
61
- "lodash.debounce" : " ^4.0.8" ,
62
- "lodash.groupby" : " ^4.6.0" ,
63
- "uglifyjs-webpack-plugin" : " ^1.1.4" ,
64
- "vue" : " ^2.5.13" ,
65
- "vue-router" : " ^3.0.1" ,
66
- "vuex" : " ^3.0.1"
67
67
}
68
68
}
Original file line number Diff line number Diff line change 40
40
Vuex
41
41
</VueGroupButton >
42
42
<VueGroupButton
43
+ :tag =" newEventCount > 0 ? newEventCount : null"
43
44
:class =" {
44
45
'icon-button': !$responsive.wide
45
46
}"
46
47
value =" events"
47
48
icon-left =" grain"
48
- class =" flat"
49
+ class =" flat big-tag "
49
50
v-tooltip =" $t('App.events.tooltip')"
50
51
>
51
52
Events
@@ -239,23 +240,6 @@ export default {
239
240
.vue-ui-group /deep/ > .indicator
240
241
padding-bottom 0 !important
241
242
242
- $event-count-bubble-size = 18px
243
-
244
- .event-count
245
- background-color $active-color
246
- color #f f f
247
- border-radius 50%
248
- width $event-count-bubble-size
249
- height $event-count-bubble-size
250
- text-align center
251
- padding-top 4px
252
- font-size $event-count-bubble-size * 0.5
253
- position absolute
254
- right 0
255
- top 12px
256
- .vue-ui-dark-mode &
257
- background-color $dark-background-color
258
-
259
243
.container
260
244
overflow hidden
261
245
flex 1
Original file line number Diff line number Diff line change 16
16
source-map "^0.5.6"
17
17
vue-template-es2015-compiler "^1.6.0"
18
18
19
- " @vue/ui@^0.5.0 " :
20
- version "0.5.0 "
21
- resolved "https://registry.yarnpkg.com/@vue/ui/-/ui-0.5.0 .tgz#05220e7e3a05e2254efdd5266852f6a471327e0a "
19
+ " @vue/ui@^0.5.1 " :
20
+ version "0.5.1 "
21
+ resolved "https://registry.yarnpkg.com/@vue/ui/-/ui-0.5.1 .tgz#c1d9c7c2951d90ecb7d53c4cd29f3c9055eb521c "
22
22
dependencies :
23
23
focus-visible "^4.1.4"
24
24
material-design-icons "^3.0.1"
You can’t perform that action at this time.
0 commit comments