Converted sample project into an almost working Svelte / Meteor project. Needs to fix the login/logout code, the camera code, and add Chromebook history when the QR Code is scanned.
This commit is contained in:
12
imports/ui/ProcessLaptops.svelte
Normal file
12
imports/ui/ProcessLaptops.svelte
Normal file
@@ -0,0 +1,12 @@
|
||||
<script>
|
||||
import {Meteor} from "meteor/meteor";
|
||||
import {onMount} from 'svelte';
|
||||
|
||||
onMount(async () => {
|
||||
// Meteor.subscribe('records');
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="container">
|
||||
<h1>Process Laptops</h1>
|
||||
</div>
|
||||
Reference in New Issue
Block a user