Skip to content

Commit 5fd5370

Browse files
committed
Add Identity Auth Vue components
1 parent 9b4363d commit 5fd5370

File tree

4 files changed

+634
-1
lines changed

4 files changed

+634
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { addScript, $1 } from "@servicestack/client"
2+
const loadJs = addScript('../../../lib/js/qrcode.min.js')
3+
4+
export default {
5+
async load() {
6+
await loadJs
7+
new QRCode($1("#qrCode"), $1('#qrCodeData').dataset.url)
8+
}
9+
}

0 commit comments

Comments
 (0)