Skip to content
Snippets Groups Projects
Commit 5ce1aa87 authored by Adam Procter's avatar Adam Procter
Browse files

list test update

parent 769a49e2
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ export const routes = [
},
{
path: '/list',
name: 'List',
name: 'List Test',
component: List,
},
{
......
<template>
<div>
<h1 class="mobile">Your Nodes in list mode</h1>
<h1 class="mobile">Your nodes - list mode</h1>
<h2>For testing</h2>
<!-- <OffLine
v-for="value in myNodes"
v-bind:key="value.node_id"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment