s.vue 240 B

12345678910111213141516171819202122232425
  1. <template>
  2. <view>
  3. </view>
  4. </template>
  5. <script>
  6. export default{
  7. data(){
  8. return{
  9. bgimg:require("@/static/images/bg.png"),
  10. }
  11. },
  12. onLoad(e) {
  13. },
  14. methods:{
  15. }
  16. }
  17. </script>
  18. <style scoped lang="scss">
  19. </style>