">">
当前位置:   article > 正文

关于components引用下的<script lang=“ts“ setup>在uniapp中获取dom元素_uniapp lang="ts" setup>

uniapp lang="ts" setup>
  1. <template>
  2.        <view id="list-order">
  3.         </view>
  4. </template>
  5. <script lang="ts" setup>
  6.     import * as vue from "vue"
  7.     import * as _page from "@dcloudio/uni-app"
  8.   _page.onReady((e) => {
  9.         console.log(vue.getCurrentInstance)
  10.         let query = uni.createSelectorQuery().in(vue.getCurrentInstance());
  11.         query.select('#list-order').boundingClientRect(dom => {
  12.             debugger
  13.             console.log(dom)
  14.         }).exec();
  15.     })
  16. </script>

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/133904?site
推荐阅读
相关标签
  

闽ICP备14008679号