article.vue 154 B

1234567891011
  1. <template>
  2. <div v-html="$static.article.title" />
  3. </template>
  4. <static-query>
  5. query Post {
  6. article(id: "2172000") {
  7. title
  8. }
  9. }
  10. </static-query>