Skip to content

Commit

Permalink
docs(readme): update emq x -> emqx
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Dec 27, 2023
1 parent b2491b6 commit 5687ddc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# emqx-ui

🌌 EMQ X UI Library.
🌌 EMQX UI Library.

## Usage

Expand Down Expand Up @@ -29,11 +29,11 @@ component.vue
</template>

<script lang="ts">
import { defineComponent } from 'vue'
import { defineComponent } from 'vue'
export default defineComponent({
name: 'App',
})
export default defineComponent({
name: 'App',
})
</script>

<style lang="scss"></style>
Expand All @@ -52,7 +52,7 @@ $--color-primary: $custom-color;
/* icon font path, required */
$--font-path: '~element-plus/lib/theme-chalk/fonts';

@import "~element-plus/packages/theme-chalk/src/index";
@import '~element-plus/packages/theme-chalk/src/index';
```

main.js
Expand Down

0 comments on commit 5687ddc

Please sign in to comment.