From ea7773c7ab89bebbc85b652e1c4257a9fbe669ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Thu, 1 Feb 2024 15:30:39 +0300 Subject: [PATCH] refactor(broken-links): Remove broken links in sfc.md If they live somewhere else, please inform me and I will update this PR. --- docs/guide/advanced/sfc.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/guide/advanced/sfc.md b/docs/guide/advanced/sfc.md index 3e6705171..b8f76bffc 100644 --- a/docs/guide/advanced/sfc.md +++ b/docs/guide/advanced/sfc.md @@ -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' @@ -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')