Newer
Older
casic-smartcity-well-front / src / App.vue
wangxitong on 11 Jan 2021 166 bytes 'init'
<template>
  <div id="app">
    <router-view/>
    <audio id="eventAudio" src="" autoplay/>
  </div>
</template>

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