Newer
Older
smartwell_front_yizhuang / src / App.vue
StephanieGitHub on 8 Jul 2020 166 bytes 亦庄迁移
<template>
  <div id="app">
    <audio id="eventAudio" src="" autoplay/>
    <router-view/>
  </div>
</template>

<script>
export default {
  name: 'App'
}
</script>