Code Monkey home page Code Monkey logo

Comments (4)

WJCHumble avatar WJCHumble commented on May 21, 2024 1

@flsion well, I know it can use import as to rename the component name, but I think it is too troublesome. Thank you for your answer.

from arco-design-vue.

flsion avatar flsion commented on May 21, 2024

You need to register the ArcoVue component library in the app before you can use the usage of <a-button> in the template.
https://arco.design/vue/docs/start

from arco-design-vue.

WJCHumble avatar WJCHumble commented on May 21, 2024

@flsion I mean the name of the export component need a default prefix. In this way, it can distinguish the user component and library component when I imported component on demand.

from arco-design-vue.

flsion avatar flsion commented on May 21, 2024

@WJCHumble In order to be more versatile, the exported variable of the component will not be prefixed by default, if want to add a prefix, you can use import as to rename the component name.

<script setup>
import { Button as AButton } from "@arco-design/web-vue"
</script>

<template>
    <AButton type="primary">Primary</AButton>
</template>

from arco-design-vue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.