Skip to content

Commit

Permalink
refactor(broken-links): Remove broken links in sfc.md (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailarilik committed Feb 12, 2024
1 parent 8c0f8f6 commit 0f1e5db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/guide/advanced/sfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ npm i --save-dev @intlify/unplugin-vue-i18n

#### Configure plugin for Vite

See also [use global format](#use-global-format-with-vite-plugin) and [use global scope](#use-global-scope-with-vite-plugin).

```js
// vite.config.ts
import { defineConfig } from 'vite'
Expand All @@ -94,8 +92,6 @@ export default defineConfig({
#### Configure plugin for Webpack
See also [use global format](#use-global-format-with-vite-plugin) and [use global scope](#use-global-scope-with-vite-plugin).
```js
// webpack.config.js
const path = require('path')
Expand Down

0 comments on commit 0f1e5db

Please sign in to comment.