allow use of custom form components, add textarea component, add checkbox input, use more absolute imports
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<div class="Domainlist">
|
||||
<h2>Domainlist</h2>
|
||||
<h1>Domainlist</h1>
|
||||
<scroll-table :actions="actions" :columns="columns" :new-rows="newRows" :has-more="hasMore" :loading="loading" :handler="more" orderBy="Name" :orderDesc="false" :limit="50"></scroll-table>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ScrollTable from '../../components/scroll-table.vue';
|
||||
import ScrollTable from 'components/scroll-table.vue';
|
||||
|
||||
export default {
|
||||
name: "Domainlist",
|
||||
|
||||
Reference in New Issue
Block a user