UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

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