Vue.mixin({ data: { fontsize: parseFloat($("html").css("font-size").replace("px", "")), H: 0.98 * this.fontsize, height: $(window).height() } });
这里面的data,我在其他组件怎么调用
pardon110
相关分类