index.js 211 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 import pageInit from "../../minixs/pageInit.js"; export default { name: 'home', template: '', mixins:[pageInit], components: {}, props: [], setup(props, {attrs, slots, emit}) { } }