zhaoxu666

Results 11 comments of zhaoxu666

I have same problem ```js // my options { forceLocationManager: true, maximumAge: 0, forceRequestLocation: true} ```

@maoxiaoke 这个Demo 是 React的, 我们的基座应用是用Vue搭建的。有Vue的Demo么? 十分感谢

@maoxiaoke 这个demo的实现方式,是类似Tab切换的方式吗?是没有用到路由?

我这边现在实现方式是: ```AppMain.vue // AppMain.vue ``` ```route.js // route.js import IcestarkApp from '@/components/IcestarkApp' const routes = [ { path: '/', component: Layout, redirect: '/dashboard', children: [{ path: 'dashboard', name: 'Dashboard', component:...

嘿,兄弟 我也有相同的问题,你有什么替代了么?

I have encountered the same problem, have you resolved it?

I have the same problem.

How to import this in Ionic4