Newer
Older
smartwell_front / src / App.vue
StephanieGitHub on 9 Sep 2019 166 bytes MOD:新增全局audio组件
<template>
  <div id="app">
    <audio id="eventAudio" src="" autoplay/>
    <router-view/>
  </div>
</template>

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