File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 83
83
:target =" tooltipTarget"
84
84
:open =" tooltipOpen"
85
85
trigger =" click"
86
+ autofocus
86
87
>
87
88
<div class =" extra-url" >
88
89
<veui-span >图片地址:</veui-span ><veui-input v-model =" imageSrc" />
@@ -272,7 +273,7 @@ export default {
272
273
</script >
273
274
274
275
<style lang="less" scoped>
275
- @import ' ~veui-theme-dls/lib.less' ;
276
+ @import " ~veui-theme-dls/lib.less" ;
276
277
277
278
h2 {
278
279
font-size : 16px ;
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ export function isTransparent (vm) {
56
56
if ( isType ( vm , 'transparent' ) ) {
57
57
return true
58
58
}
59
+ if ( ! vm . $vnode ) {
60
+ return false
61
+ }
59
62
let compOptions = vm . $vnode . componentOptions
60
63
return (
61
64
compOptions . Ctor . options . abstract || compOptions . tag === 'transition-group'
You can’t perform that action at this time.
0 commit comments