vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
1 lines • 547 B
Source Map (JSON)
{"version":3,"file":"portal.vue2.cjs","sources":["../../../components/portal/portal.vue"],"sourcesContent":["<script setup lang=\"ts\">\ndefineOptions({ name: 'Portal' })\n\ndefineProps({\n to: {\n type: String,\n default: '',\n },\n})\n</script>\n\n<template>\n <Teleport :to=\"to || 'body'\" :disabled=\"!to\">\n <slot></slot>\n </Teleport>\n</template>\n"],"names":["_createBlock","_Teleport","__props","_renderSlot","_ctx"],"mappings":"gKAYEA,EAAA,YAEWC,WAAA,CAFA,GAAIC,EAAE,IAAA,OAAa,UAAWA,EAAE,EAAA,GACzCC,aAAaC,EAAA,OAAA,SAAA"}