debugger:elementui
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
<template>
|
||||
<div class="hello">
|
||||
<div class="home">
|
||||
<img alt="Vue logo" width="200px" src="../assets/doric.svg" />
|
||||
<h1>{{ title }}</h1>
|
||||
<p>
|
||||
Dev tools for doric.
|
||||
<br />
|
||||
<a href="https://github.com/penfeizhou/doric" target="_blank" rel="noopener">Doric</a>.
|
||||
<el-link href="https://github.com/penfeizhou/doric" type="primary">Doric</el-link>
|
||||
</p>
|
||||
<h3>Running Contexts</h3>
|
||||
<ul>
|
||||
<li v-for="item in runningContexts" :key="item.id">
|
||||
<!-- <a v-bind:href="'#context/'+item.source">source: {{item.source}} id: {{item.id}}</a> -->
|
||||
<router-link v-bind:to="'/context/' + item.id">{{item.source}}</router-link>
|
||||
<el-link type="success" v-bind:href="'#/context/' + item.id">{{item.source}}</el-link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user