Remove support for Buefy 0.8
only Buefy 0.9 and greater are supported now
This commit is contained in:
parent
5f7fa33eb2
commit
8410419717
20 changed files with 1057 additions and 1625 deletions
|
@ -59,31 +59,17 @@
|
|||
<div style="width: 100%;">
|
||||
<b-table :data="configFiles">
|
||||
|
||||
% if buefy_0_8:
|
||||
<template slot-scope="props">
|
||||
% endif
|
||||
<b-table-column field="priority"
|
||||
label="Priority"
|
||||
v-slot="props">
|
||||
{{ props.row.priority }}
|
||||
</b-table-column>
|
||||
|
||||
<b-table-column field="priority"
|
||||
label="Priority"
|
||||
% if not buefy_0_8:
|
||||
v-slot="props"
|
||||
% endif
|
||||
>
|
||||
{{ props.row.priority }}
|
||||
</b-table-column>
|
||||
|
||||
<b-table-column field="path"
|
||||
label="File Path"
|
||||
% if not buefy_0_8:
|
||||
v-slot="props"
|
||||
% endif
|
||||
>
|
||||
{{ props.row.path }}
|
||||
</b-table-column>
|
||||
|
||||
% if buefy_0_8:
|
||||
</template>
|
||||
% endif
|
||||
<b-table-column field="path"
|
||||
label="File Path"
|
||||
v-slot="props">
|
||||
{{ props.row.path }}
|
||||
</b-table-column>
|
||||
|
||||
</b-table>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue