Newer
Older
smartwell_front / src / App.vue
StephanieGitHub on 19 Dec 2019 166 bytes MOD:新增音效
<template>
  <div id="app">
    <audio id="eventAudio" src="" autoplay/>
    <router-view/>
  </div>
</template>

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