UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

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