Smartselect remove radio/checkbox from list (VUE)

Hello

Using Vue, can we create a smart select but with no checkbox or radio, i just want to use this smartselect with a popover effect (vertical list of pages) for pagination but with no checkbox or radio groups, just the text?

So you want to make it clickable?
In this case: can’t you just use a regular list and put that into a popover and do it via @click?