import { ref, computed } from "vue"; import { getId } from "../handlers.js"; const html = (v) => { return v[0] }; export default { props: ['elements', 'type', "withshortkey"], setup(props) { return { } }, template: html` ` }