邃芒智像(Uniapp : WX、TT、H5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 line
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>