File tree Expand file tree Collapse file tree 2 files changed +25
-21
lines changed
Expand file tree Collapse file tree 2 files changed +25
-21
lines changed Original file line number Diff line number Diff line change 11<template >
2- <!-- %partial% -->
3- <FormKit
4- type =" barcode"
5- label =" Barcode"
6- help =" Please scan a barcode"
7- />
8- <!-- %partial% -->
2+ <ClientOnly >
3+ <!-- %partial% -->
4+ <FormKit
5+ type =" barcode"
6+ label =" Barcode"
7+ help =" Please scan a barcode"
8+ />
9+ <!-- %partial% -->
10+ </ClientOnly >
911</template >
Original file line number Diff line number Diff line change 11<template >
2- <!-- %partial% -->
3- <FormKit
4- type =" barcode"
5- label =" UPC-A Scanner"
6- help =" I only scan UPC-A barcodes"
7- :formats =" ['UPC_A']"
8- />
9- <FormKit
10- type =" barcode"
11- label =" QR Code Scanner"
12- help =" I only scan QR codes"
13- :formats =" ['QR_CODE']"
14- />
15- <!-- %partial% -->
2+ <ClientOnly >
3+ <!-- %partial% -->
4+ <FormKit
5+ type =" barcode"
6+ label =" UPC-A Scanner"
7+ help =" I only scan UPC-A barcodes"
8+ :formats =" ['UPC_A']"
9+ />
10+ <FormKit
11+ type =" barcode"
12+ label =" QR Code Scanner"
13+ help =" I only scan QR codes"
14+ :formats =" ['QR_CODE']"
15+ />
16+ <!-- %partial% -->
17+ </ClientOnly >
1618</template >
You can’t perform that action at this time.
0 commit comments