Skip to content

Working with GitLab #24

Description

@Alpscloud

Hello! Can you tell me if it is possible to use your library for vue3 to output data from GitLab?

If so, what nuances should be taken into account or is there somewhere to read about it?

For example, I got same diff line from the server:
"@@ -63,7 +63,7 @@\n <script setup>\n import { defineProps, defineAsyncComponent } from 'vue';\n import ColorScheme from '@/components/DesignSite/TreeComponents/components/colorScheme/ColorScheme.vue';\n- import RadioBtn from '@/components/DesignSite/TreeComponents/components/radio/RadioBtn.vue';\n+ const RadioBtn = defineAsyncComponent(() => import('./components/radio/RadioBtn.vue'));\n const color = defineAsyncComponent(() => import('./components/inputs/Color.vue'));\n const CustomInput = defineAsyncComponent(() => import('./components/inputs/Input.vue'));\n const file = defineAsyncComponent(() => import('./components/inputs/File.vue'));\n"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions