You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Use vue-router lazyload, but get error.
constHome=import(/* webpackChunkName: "Home" */'@/vue/Home').then(x=>x.default)constroutes=[{path: '/',component: Home}]Home.then(console.log)//correctly print a component
If the current behavior is a bug, please provide the steps to reproduce. repo
Type poi and open browser, and get an error: Failed to mount component: template or render function not defined.
What is the expected behavior?
No error.
If this is a feature request, what is the motivation or use case for changing the behavior?
Please mention other relevant information such as the browser version, Node.js version, Poi version and Operating System.
node v9.2.1
chrome 65.0.3325.162
poi 9.6.13
Windows 10 1709
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Use vue-router lazyload, but get error.
If the current behavior is a bug, please provide the steps to reproduce.
repo
Type
poi
and open browser, and get an error:Failed to mount component: template or render function not defined.
What is the expected behavior?
No error.
If this is a feature request, what is the motivation or use case for changing the behavior?
Please mention other relevant information such as the browser version, Node.js version, Poi version and Operating System.
The text was updated successfully, but these errors were encountered: