Fixing attribute name.

"scope" should be "slot"
parent dec2eb35
......@@ -25,7 +25,7 @@
<div class="box-body">
<el-tabs>
<el-tab-pane :label="trans('users.tabs.data')">
<span scope="label"
<span slot="label"
:class="{'error' : form.errors.any()}">
{{ trans('users.tabs.data') }}
</span>
......
......@@ -116873,7 +116873,8 @@ var render = function() {
"span",
{
class: { error: _vm.form.errors.any() },
attrs: { scope: "label" }
attrs: { slot: "label" },
slot: "label"
},
[
_vm._v(
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment