How Nuxt writes nested layouts

I code like this:

// layout_1.vue
<template>
  <nuxt />
  <h2>Hello China</h2>
</template>
<script>
  export default {
    layout: "layout_0"
  };
</script>

what you mean is to add H1 hello World to H2, so you should not use layout, to use components directly

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c17c-2c2e1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c17c-2c2e1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?