Skip to content

Commit 0f1e5db

Browse files
authored
refactor(broken-links): Remove broken links in sfc.md (#1722)
1 parent 8c0f8f6 commit 0f1e5db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/guide/advanced/sfc.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ npm i --save-dev @intlify/unplugin-vue-i18n
7070

7171
#### Configure plugin for Vite
7272

73-
See also [use global format](#use-global-format-with-vite-plugin) and [use global scope](#use-global-scope-with-vite-plugin).
74-
7573
```js
7674
// vite.config.ts
7775
import { defineConfig } from 'vite'
@@ -94,8 +92,6 @@ export default defineConfig({
9492
9593
#### Configure plugin for Webpack
9694
97-
See also [use global format](#use-global-format-with-vite-plugin) and [use global scope](#use-global-scope-with-vite-plugin).
98-
9995
```js
10096
// webpack.config.js
10197
const path = require('path')

0 commit comments

Comments
 (0)