邃芒智像(Uniapp : WX、TT、H5)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

11 行
180 B

  1. <template>
  2. <div class="myLoading">{{ title }}</div>
  3. </template>
  4. <script setup>
  5. import { ref } from "vue";
  6. const title = ref("myLoading");
  7. </script>
  8. <style lang="scss"></style>