fix(a[[): readmi
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script>
|
||||
import VTabulator from '@molecules/Tabulator/VTabulator.vue';
|
||||
import VTabulator from '@molecules/VTabulator/VTabulator.vue';
|
||||
|
||||
export default {
|
||||
name: 'UsersManagerUsersTable',
|
||||
|
||||
@@ -10,7 +10,7 @@ const routes = [
|
||||
{
|
||||
path: "/users/:mod",
|
||||
name: "users",
|
||||
component: import("@pages/UserManage/index.vue")
|
||||
component: import("@pages/UserManage/ButtonModal.vue")
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {test, describe, expect, vi } from 'vitest'
|
||||
import { mount} from '@vue/test-utils'
|
||||
import VTabulator from '@molecules/Tabulator/VTabulator.vue';
|
||||
import VTabulator from '@molecules/VTabulator/VTabulator.vue';
|
||||
|
||||
describe("tests VTabulator component", () => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user