diff --git a/src/guide/list.md b/src/guide/list.md index 7cf27401..135a121e 100644 --- a/src/guide/list.md +++ b/src/guide/list.md @@ -168,7 +168,7 @@ example1.items = example1.items.filter(item => item.message.match(/Foo/)) 例えば: ```html -
  • {{ n }}
  • +
  • {{ n }}
  • ``` ```js @@ -188,7 +188,7 @@ computed: { ```html ``` @@ -211,7 +211,7 @@ methods: { ```html
    - {{ n }} + {{ n }}
    ``` @@ -225,7 +225,7 @@ methods: { ```html