通过Vuejs中的$ option.components注册组件

是否可以通过$ option.components注册组件或为component定义新值?这样的:

     beforeMount(){
        this.$options.components.DialogForm =
            function DialogForm() {
            return this.getcomponent;
        }
    },
dubujiewu 回答:通过Vuejs中的$ option.components注册组件

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3126601.html

大家都在问