Skip to content
Snippets Groups Projects
Commit 136a087a authored by syuilo's avatar syuilo
Browse files

pageの選択肢が動作していない問題を修正

parent b9e91afa
No related branches found
No related tags found
No related merge requests found
<template>
<div>
<div>{{ hpml.interpolate(value.title) }}</div>
<MkRadio v-for="x in value.values" v-model:value="v" :value="x" :key="x">{{ x }}</MkRadio>
<MkRadio v-for="x in value.values" v-model="v" :value="x" :key="x">{{ x }}</MkRadio>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment