docs:更新README.md

This commit is contained in:
Star
2023-12-06 15:46:47 +08:00
parent 7dd2b43420
commit f42849931e

View File

@@ -81,7 +81,7 @@ const app = new Vue({
```js
// 引入TuniaoUI提供的vuex简写方法
let vuexStore = require('@/store/$t.mixin.js')
let vuexStore = require('@/store/$tn.mixin.js')
Vue.mixin(vuexStore)
```
@@ -115,7 +115,7 @@ Vue.mixin(vuexStore)
#### 6.配置easycom组件模式
此配置需要在根目录的`page.json`中进行。
此配置需要在根目录的`pages.json`中进行。
::: tip 温馨提示