
使用!DOCTYPE html html langen head meta charsetUTF-8 titleTitle/title script src../js/vue.js typetext/javascript/script /head body div idapp child div slotwanghello wang/div div slotzhaohello zhao/div div soltdefault/div /child /div /body script Vue.component(child,{ template:div slot namewang/slot divworld/div slot namezhao/slot slot namedefauledefault/slot /div }) var app new Vue({ el:#app }) /script /html