|
@@ -42,8 +42,8 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script lang="ts" setup>
|
|
|
-import CForm from '@/components/c-form.vue';
|
|
|
-import CTable from '@/components/c-table.vue';
|
|
|
+import CForm from '@common/src/components/frame/c-form.vue';
|
|
|
+import CTable from '@common/src/components/frame/c-table.vue';
|
|
|
import { ref, toRefs, watch } from 'vue';
|
|
|
import store from '@/stores/counter';
|
|
|
import type { Ref } from 'vue';
|