UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

14 lines (12 loc) 181 B
import History from '../../utils/history'; export default { name: 'history', static: { history: History, }, on: { init() { History.init(this); }, }, };