mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 03:37:57 +08:00
docs: 优化 runtime 文档
This commit is contained in:
parent
9d40f46c56
commit
74cffdf4a3
@ -28,7 +28,7 @@ const runtimeConfig = plugin.applyPlugins({
|
||||
|
||||
```js
|
||||
// app.js
|
||||
import { defineBuildConfig } from '@fesjs/fes';
|
||||
import { defineRuntimeConfig } from '@fesjs/fes';
|
||||
|
||||
export default defineRuntimeConfig({
|
||||
access: memo => ({
|
||||
@ -55,7 +55,7 @@ export default defineRuntimeConfig({
|
||||
|
||||
```js
|
||||
// app.js
|
||||
import { defineBuildConfig } from '@fesjs/fes';
|
||||
import { defineRuntimeConfig } from '@fesjs/fes';
|
||||
|
||||
export default defineRuntimeConfig({
|
||||
access: memo => ({
|
||||
|
Loading…
Reference in New Issue
Block a user