File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Vite 努力秉承开箱即用的原则,因此在创作一款新插件前,请
3636- ` vite-plugin-react- ` 前缀作为 React 插件
3737- ` vite-plugin-svelte- ` 前缀作为 Svelte 插件
3838
39- 更多详情参见 [ 虚拟模块的相关内容] ( #virtual-modules-convention ) .
39+ 更多详情参见 [ 虚拟模块的相关内容] ( #virtual-modules-convention ) 。
4040
4141## 插件配置 {#plugins-config}
4242
@@ -61,7 +61,7 @@ import frameworkRefresh from 'vite-plugin-framework-refresh'
6161import frameworkDevtools from ' vite-plugin-framework-devtools'
6262
6363export default function framework (config ) {
64- return [frameworkRefresh (config), frameworkDevTools (config)]
64+ return [frameworkRefresh (config), frameworkDevtools (config)]
6565}
6666```
6767
@@ -106,7 +106,7 @@ export default function myPlugin() {
106106
107107### 引入一个虚拟文件 {#importing-a-virtual-file}
108108
109- 请在 [ 下一小节中 ] ( #virtual-modules-convention ) 中查看示例:
109+ 请在 [ 下一小节 ] ( #virtual-modules-convention ) 中查看示例:
110110
111111## 虚拟模块相关说明 {#virtual-modules-convention}
112112
You can’t perform that action at this time.
0 commit comments