UNPKG

@mpxjs/core

Version:

mpx runtime core

13 lines (12 loc) 248 B
export default function directiveHelperMixin () { return { methods: { __getWxKey (item, key, index) { if (key === 'index') { return index } return key === '*this' ? item : item[key] } } } }