Vue ignoring custom HTML5 elements

Ref: https://github.com/btcpayserver/btcpayserver/issues/34#issuecomment-358541767
This commit is contained in:
lepipele 2018-01-18 09:48:21 -06:00
parent 3007a6bbc8
commit b8068b2ae8

View File

@ -14,6 +14,12 @@
*/
// TODO: Vue controller... complete migrate to it for binding, animations can stay in jQuery
Vue.config.ignoredElements = [
'line-items',
'low-fee-timeline',
// Ignoring custom HTML5 elements, eg: bp-spinner
/^bp-/
]
var checkoutCtrl = new Vue({
el: '#checkoutCtrl',
components: {