Skip to content

Commit 0af0d7c

Browse files
dråfølingruhn
authored andcommitted
fix: remove lang attributes
1 parent f94b2e5 commit 0af0d7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/QrcodeCapture.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<template lang="html">
1+
<template>
22
<input
33
@change="onChangeInput"
44
type="file"

src/components/QrcodeDropZone.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<template lang="html">
1+
<template>
22
<div
33
@drop.prevent.stop="onDrop"
44
@dragenter.prevent.stop="onDragOver(true)"

src/components/QrcodeStream.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<template lang="html">
1+
<template>
22
<div class="qrcode-stream-wrapper">
33
<!--
44
Note, the following DOM elements are not styled with z-index.

0 commit comments

Comments
 (0)