Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import(/* webpackChunkName: "article" */ `./pages/article`).then(module => {
  2. try {
  3. const Article = module.default
  4. const article = new Article()
  5. article.init()
  6. } catch (err) {
  7. console.error(err)
  8. }
  9. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement