UNPKG

@mpxjs/core

Version:

mpx runtime core

14 lines (13 loc) 243 B
export default function pageIdMixin (mixinType) { return { methods: { getPageId () { if (mixinType === 'component') { return this.$page.$id } else { return this.$id } } } } }