UNPKG

weex-ui-demo

Version:

A rich interaction, lightweight, high performance UI library based on Weex

16 lines (12 loc) 252 B
import Vue from 'vue' import Router from 'vue-router' import routes from '@/routes' Vue.use(Router) const router = new Router({ saveScrollPosition: true, scrollBehavior: () => ({ y: 0 }), routes }) module.exports = router