Skip to content

Instantly share code, notes, and snippets.

@d1y
Created August 13, 2019 07:46
Show Gist options
  • Select an option

  • Save d1y/f8758ea0edd1209ca2c9b7a21348bb31 to your computer and use it in GitHub Desktop.

Select an option

Save d1y/f8758ea0edd1209ca2c9b7a21348bb31 to your computer and use it in GitHub Desktop.
NSFW
<div id="app">
<h2>车牌号: <strong>{{ plate }}</strong></h2>
<video :src="url" controls></video>
</div>
let vm = new Vue({
el: '#app',
data: {
plate: 'gachi1151',
url: 'https://storage.live.com/items/C6C88C8D7CB383C5!617?.&authkey=!AImc9gDk6rIZgao&ithint=.mp4'
}
})
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.10/vue.min.js"></script>
strong{
color: red;
text-transform: uppercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment