Skip to content

Commit

Permalink
fix: fix md (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
fennghuang authored Nov 2, 2023
1 parent 3b7400c commit 3bead5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/getting-started.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can also use `unplugin-vue-components` and `unplugin-auto-import` to achieve
```js
import { createApp } from 'vue';
// import global design variables
import 'tdesign-mobile-vue//es/style/index.css';
import 'tdesign-mobile-vue/es/style/index.css';

const app = createApp(App);
```
Expand Down
2 changes: 1 addition & 1 deletion site/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ app.use(TButton);
```js
import { createApp } from 'vue';
// 引入组件库的少量全局样式变量
import 'tdesign-mobile-vue//es/style/index.css';
import 'tdesign-mobile-vue/es/style/index.css';

const app = createApp(App);
```
Expand Down

0 comments on commit 3bead5e

Please sign in to comment.