We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f617c commit a95a3afCopy full SHA for a95a3af
1 file changed
src/components/BootstrapBlazor.HikVision/Components/HikVisionWebPlugin.razor.js
@@ -1,6 +1,5 @@
1
import { init as initVision, login as loginVision, logout, startRealPlay, stopRealPlay, dispose as disposeVision } from '../hikvision.js';
2
import Data from '../../BootstrapBlazor/modules/data.js';
3
-import EventHandler from '../../BootstrapBlazor/modules/event-handler.js';
4
5
export async function init(id, invoke) {
6
const el = document.getElementById(id);
0 commit comments