action-bar.js 165 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 Component({ options: { multipleSlots: true // 在组件定义时的选项中启用多slot支持 }, properties: { /* ... */ }, methods: { /* ... */ } });