📅  最后修改于: 2022-03-11 15:03:03.887000             🧑  作者: Mango
{{ option }}
You have to fix the following:
1. Change :v-for to just v-for
2. Remove this. from this.options because you only should use this. in the
script area
3. Put this whole block inside another because there should be only 1
element inside tag. So since you're using a loop, multiple elements
will be rendered