Last active
March 27, 2020 16:00
-
-
Save mercs600/01b5ca9b8d6b19d9baa803471fbf8d1e to your computer and use it in GitHub Desktop.
nuxt-ssr-excercise-1-result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div data-server-rendered="true" id="__nuxt"><!----><!----><div id="__layout"><div class="container"><div><h1> async data </h1> <p> Just check HTML source or inspect window.__NUXT__ </p></div></div></div></div> | |
<script>window.__NUXT__={layout:"default",data:[{title:"async data"}],fetch:[],error:null,state:{},serverRendered:true,routePath:"\u002FasyncData-basic",logs:[]};</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment