added deleteTable to example
This commit is contained in:
@@ -129,6 +129,12 @@
|
||||
</button>
|
||||
|
||||
<span v-if="isActive.table()">
|
||||
<button
|
||||
class="menubar__button"
|
||||
@click="commands.deleteTable"
|
||||
>
|
||||
<icon name="delete_table" />
|
||||
</button>
|
||||
<button
|
||||
class="menubar__button"
|
||||
@click="commands.addColumnBefore"
|
||||
|
||||
1
examples/assets/images/icons/delete_table.svg
Normal file
1
examples/assets/images/icons/delete_table.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path fill="none" d="M0 0h24v24H0z"/><path d="M2 2h20v3.714H2z"/><path d="M22 22H2V2h20v20zM2.869 2.869v18.262h18.262V2.869H2.869z"/><path d="M15.951 22H7.988V3.314h7.963V22zM8.857 4.183v16.948h6.225V4.183H8.857z"/><path d="M22 16.427H2v-6.005h20v6.005zM2.869 11.291v4.267h18.262v-4.267H2.869z"/><path d="M23.061 3.061L20.939.939l-20 20 2.122 2.122 20-20z" fill="#c62828"/><path d="M20.939 23.061l2.122-2.122-20-20L.939 3.061l20 20z" fill="#c62828"/></svg>
|
||||
|
After Width: | Height: | Size: 606 B |
Reference in New Issue
Block a user