- new landing page first draft
This commit is contained in:
parent
42c1e5262b
commit
a080faa91d
24 changed files with 320 additions and 101 deletions
|
@ -87,4 +87,11 @@ export default App;
|
|||
#app {
|
||||
color: #56b983;
|
||||
}
|
||||
|
||||
.content {
|
||||
flex: 1 1 70%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
|
@ -2,6 +2,6 @@ import Vue from 'vue';
|
|||
import App from './App.vue';
|
||||
|
||||
new Vue({
|
||||
el: '#test',
|
||||
el: '#app',
|
||||
render: h => h(App)
|
||||
});
|
|
@ -1,12 +0,0 @@
|
|||
import { Component, Vue, Prop } from 'vue-property-decorator';
|
||||
|
||||
@Component
|
||||
export default class ShowDataset extends Vue {
|
||||
|
||||
@Prop()
|
||||
dataset;
|
||||
|
||||
get results() {
|
||||
return this.dataset;
|
||||
};
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
<template>
|
||||
<div class="search-detail">
|
||||
<div>
|
||||
<em>Author: {{ document.id }}</em>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue