vue-vd
v0.1.3
Published
vue img viewer
Downloads
5
Readme
vue-vd
how to import
import vd from 'vue-vd'
import 'vue-vd/build/vd.css'
Vue.use(vd,"otherOP");
how to use
element attribute src is the video source
eg:
<span v-vd src='https://www.w3school.com.cn/i/movie.ogg'> look </span>
demo
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint