修复外部指定 class 时发生的错误
Former-commit-id: 0ad6f5bb845504daf63ce2f5adb5e8b1571c286a [formerly 0ad6f5bb845504daf63ce2f5adb5e8b1571c286a [formerly 0ad6f5bb845504daf63ce2f5adb5e8b1571c286a [formerly 0ad6f5bb845504daf63ce2f5adb5e8b1571c286a [formerly ef20fb943c97b3c99f9e1feba8a209a7641832c6 [formerly 24c967e9e74fe69e32f495cace07a59304d05694]]]]] Former-commit-id: c5f8236960f88c664953456431007da144d61777 Former-commit-id: 53248f297565b5bcbc82dc4c5a8456f5ebe20d08 Former-commit-id: 4bf9d6c1e25515aab11bd1b7b5654babe0bf9386 [formerly a2db5c831a8befa77838003b226177961467debf] Former-commit-id: 02a1af311a8d3af9b14d17511334fcbe28044be1 Former-commit-id: ad7217a65c33f36b4f494c9e0310a4bbe999b60f Former-commit-id: 53720b92060c73f6968cc9ea7e91040e6bf9f81a Former-commit-id: 5abd1948c2df497bed765d73c5512ac697835578 Former-commit-id: cbde2b333113aa29f99059c0fb09844c09b76a43
This commit is contained in:
@@ -44,9 +44,7 @@ export default {
|
||||
if (this.$slots.footer) slots.push(h('div', { slot: 'footer' }, [ this.$slots.footer ]))
|
||||
return h('div', {
|
||||
ref: 'container',
|
||||
attrs: {
|
||||
'class': 'container-component'
|
||||
}
|
||||
class: 'container-component'
|
||||
}, [
|
||||
h(this.component, {
|
||||
props: this.$attrs,
|
||||
|
||||
Reference in New Issue
Block a user