29 lines
1.1 KiB
Vue
29 lines
1.1 KiB
Vue
<!DOCTYPE html>
|
|
<template id="about"> <v-layout class="ma-5"> <v-flex
|
|
xs4> <v-card hover raised> <v-card-title
|
|
height="200px" class="pa-5 indigo accent-3">
|
|
<div class="display-1 white--text text-xs-center">VUE-POC</div>
|
|
v0.0.3 </v-card-title> </v-card> </v-flex> <v-flex xs4>
|
|
<p>
|
|
This is a experiment in using
|
|
<code>vue.js</code>
|
|
.
|
|
</p>
|
|
<ul>
|
|
<li><a href="https://vuetifyjs.com/vuetify/quick-start"
|
|
target="new">vuetifyjs</a></li>
|
|
<li><a href="https://github.com/monterail/vue-multiselect"
|
|
target="new">vue-multiselect</a></li>
|
|
<li><a href="https://github.com/sagalbot/vue-select" target="new"><s>vue-select</s></a></li>
|
|
<li><a href="https://github.com/beautify-web/js-beautify"
|
|
target="new">js-beautify</a></li>
|
|
<li><a href="/doc/#/data/app/vue-poc" target="new">doc</a></li>
|
|
<li><a href="/dba" target="new">DBA app</a></li>
|
|
<li> <router-link to="database?url=%2Fvue-poc%2F">DB</router-link></li>
|
|
</ul>
|
|
</v-flex> <v-btn floating="floating"> <v-icon>add</v-icon> </v-btn> <qd-link
|
|
href="/dba">REPLACED</qd-link> </v-layout> </template>
|
|
<script>
|
|
{
|
|
}
|
|
</script>
|