Skip to content

Commit

Permalink
fix: remove lang attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
dråfølin authored and gruhn committed Jun 13, 2023
1 parent f94b2e5 commit 0af0d7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/QrcodeCapture.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<template lang="html">
<template>
<input
@change="onChangeInput"
type="file"
Expand Down
2 changes: 1 addition & 1 deletion src/components/QrcodeDropZone.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<template lang="html">
<template>
<div
@drop.prevent.stop="onDrop"
@dragenter.prevent.stop="onDragOver(true)"
Expand Down
2 changes: 1 addition & 1 deletion src/components/QrcodeStream.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<template lang="html">
<template>
<div class="qrcode-stream-wrapper">
<!--
Note, the following DOM elements are not styled with z-index.
Expand Down

0 comments on commit 0af0d7c

Please sign in to comment.