mirror of
https://github.com/Monibuca/plugin-gb28181.git
synced 2025-12-24 13:27:57 +08:00
20 lines
338 B
HTML
20 lines
338 B
HTML
<meta charset="utf-8">
|
|
<title>plugin-gb28181 demo</title>
|
|
<script src="https://unpkg.com/vue"></script>
|
|
<script src="./plugin-gb28181.umd.js"></script>
|
|
|
|
<link rel="stylesheet" href="./plugin-gb28181.css">
|
|
|
|
|
|
<div id="app">
|
|
<demo></demo>
|
|
</div>
|
|
|
|
<script>
|
|
new Vue({
|
|
components: {
|
|
demo: plugin-gb28181
|
|
}
|
|
}).$mount('#app')
|
|
</script>
|