[Vuejs]-Set Vue prop's default to parent's options 4 October 2023 by thecoderscamp.com 0 This might work: default: () => this.$parent.$options['document'] || Config.document || null [Vuejs]-How can I display html code on vue template from html file Source:stackexchange.com