Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

wangdian.vue 251B

1234567891011121314
  1. <template>
  2. <image :src="`${fileURL}image/newHome/wangdianall.png`" mode="widthFix" style="width: 100%;"></image>
  3. </template>
  4. <script lang="ts" setup>
  5. import {
  6. fileURL
  7. } from "@/datas/fileURL.js";
  8. </script>
  9. <style lang="scss" scoped>
  10. </style>