UNPKG

@pi0/framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

11 lines (9 loc) 142 B
import History from '../../utils/history'; export default { name: 'history', on: { init() { History.init(this); }, }, };