Index-Datei "aufgeräumt" (auskommentierte/alte sachen weg)
This commit is contained in:
parent
d66be879cd
commit
7eed075963
@ -102,24 +102,6 @@
|
||||
@select="option => selected = option">
|
||||
</b-autocomplete>
|
||||
|
||||
<!--<b-input
|
||||
type="search"
|
||||
v-model="searchtext"
|
||||
icon="magnify"
|
||||
placeholder="Suche...">
|
||||
</b-input>-->
|
||||
<!--<b-taginput
|
||||
id="search-text"
|
||||
type="search"
|
||||
v-model="selected"
|
||||
:data=taglist
|
||||
autocomplete
|
||||
allow-new:true
|
||||
icon="magnify"
|
||||
placeholder="Suche.."
|
||||
@typing="getFilteredTags"
|
||||
@input="saveTagsToArray">
|
||||
</b-taginput>-->
|
||||
<button @click="clear">x</button>
|
||||
</b-field>
|
||||
</form>
|
||||
@ -133,21 +115,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--<b-tabs type="is-toggle" expanded>
|
||||
<b-tab-item><router-link to="/home" >
|
||||
<b-icon
|
||||
pack="fas"
|
||||
icon="home"
|
||||
size="is-small">
|
||||
</b-icon>
|
||||
</router-link></b-tab-item>
|
||||
<b-tab-item icon="magnify"></b-tab-item>
|
||||
<b-tab-item icon="plus-circle"></b-tab-item>
|
||||
<b-tab-item icon="bookmark"></b-tab-item>
|
||||
<b-tab-item icon="account"></b-tab-item>
|
||||
|
||||
</b-tabs>-->
|
||||
|
||||
<script>
|
||||
var tagArray = ["lorem"];
|
||||
const dat=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user