Code Monkey home page Code Monkey logo

Comments (4)

zhaoxiaoer888 avatar zhaoxiaoer888 commented on July 22, 2024

image

from mmf-blog-vue2-ssr.

lincenying avatar lincenying commented on July 22, 2024

https://github.com/lincenying/mmf-blog-vue2-ssr/blob/master/src/pages/frontend-index.vue#L29-L39

https://github.com/lincenying/mmf-blog-vue2-ssr/blob/master/src/entry-server.js#L47-L58

参考上面两次代码

from mmf-blog-vue2-ssr.

zhaoxiaoer888 avatar zhaoxiaoer888 commented on July 22, 2024

看了老大。我首页走的asyncData方法请求,浏览器中直接输入的url,第一次还是为空,这个怎么解决;另外其他页面也遇到了刷新之后 不执行asyncData这个方法,跪求解答

from mmf-blog-vue2-ssr.

lincenying avatar lincenying commented on July 22, 2024

在asyncData方法里加个console, 看node有没有执行,
也可以在

Promise.all(
                matchedComponents.map(
                    ({ asyncData }) => {
                        console.log(asyncData)
                        asyncData &&
                        asyncData({
                            store,
                            route: router.currentRoute,
                            cookies: context.cookies,
                            isServer: true,
                            isClient: false
                        })
                        }
                )
            )

看看打印出什么

from mmf-blog-vue2-ssr.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.