new Vue({ el: '#app', template: ` <div> <p>1</p> <wx-open-launch-app>2</wx-open-launch-app> </div> ` })
<div id="app"></div>