Skip to content

Instantly share code, notes, and snippets.

@fimion
Created January 15, 2021 00:01
Show Gist options
  • Save fimion/bb7e9d3f0a2af7f789aae598bfa840ec to your computer and use it in GitHub Desktop.
Save fimion/bb7e9d3f0a2af7f789aae598bfa840ec to your computer and use it in GitHub Desktop.
Difference in compiled componets
var render = function () {
var _vm=this;
var _h=_vm.$createElement;
var _c=_vm._self._c||_h;
return _c(
'v-btn',
{on:{"click":_vm.clicked}},
[_vm._t("default")],
2
);
}
var render = function () {
var _vm=this;
var _h=_vm.$createElement;
var _c=_vm._self._c||_h;
return _c(
'v-btn',
_vm._b(
{on:{"click":_vm.clicked}},
'v-btn',
_vm.$attrs,
false
),
[_vm._t("default")],
2
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment