<div id="app"> <video width='100%' :src='url' controls></video> <input v-model="type"> <button v-on:click="updateUrl">提交</button> </div>