Correct name of AssetLabel
component
This commit is contained in:
parent
9ebccb6583
commit
913ec2f69c
@ -22,7 +22,7 @@ import QRCode from 'qrcode';
|
|||||||
import snipeit from './snipeit';
|
import snipeit from './snipeit';
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
export default class ComputerLabel extends Vue {
|
export default class AssetLabel extends Vue {
|
||||||
QRCODE_BASE = 'https://inv.claremontmakerspace.org/';
|
QRCODE_BASE = 'https://inv.claremontmakerspace.org/';
|
||||||
|
|
||||||
@Prop(Object) readonly asset: snipeit.Hardware;
|
@Prop(Object) readonly asset: snipeit.Hardware;
|
||||||
|
Reference in New Issue
Block a user