一个vue页面只能有一个
document.addEventListener("plusready", this.plusReady, true); }
吗
不是,你可以在一个vue页面中使用多个组件,每个组件都可以有自己的html、css和js,从而构成一个完整的页面。