el-config-provider

Installation
SKILL.md

ConfigProvider Component

ConfigProvider provides global configurations accessible throughout the application.

When to Use

  • Internationalization
  • Global component size
  • Theme configuration
  • Component defaults

i18n Configuration

<template>
  <el-config-provider :locale="locale">
    <App />
  </el-config-provider>
</template>
Installs
1
GitHub Stars
16
First Seen
5 days ago
el-config-provider — jiaiyan/element-plus-skills