@skiyee/uni-ui
Version:
一个由原子化CSS驱动、符合直觉设计、高度定制化、面向AI时代的移动端 UI 库,助力开发者打造独特且差异化的移动端应用程序
7 lines • 449 B
JavaScript
/**
* @skiyee/uni-ui v1.1.0
* @author skiyee(https://github.com/skiyee)
* @license Apache License 2.0
* @copyright 2025-present skiyee All rights reserved.
**/
import{computed as e,getCurrentInstance as t,inject as n,onUnmounted as r,ref as i}from"vue";function a(a){let o=n(a,null);if(!o)return{parent:o,index:i(-1)};let s=t(),{add:c,remove:l,children:u}=o;c(s),r(()=>l(s));let d=e(()=>u.indexOf(s));return{parent:o,index:d}}export{a as useParent};