Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 2dfff91

Browse files
committed
fix(docs): fix build errors
1 parent 9e113d6 commit 2dfff91

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/src/.vitepress/config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
const path = require('path')
33
const mdContainerPlugin = require('markdown-it-container')
44

5-
console.log('🚀 ~ file: config.js ~ line 4 ~ mdContainerPlugin', mdContainerPlugin)
6-
75
module.exports = {
86
vite: {
97
server: {

docs/src/docs/guide/plugin-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737

3838
## Usage
3939

40-
You can access to the [methods and properties](/docs/guide/properties) of the plugin by injection `inject(dialogInjectionKey)` (or `this.$dialog` in option api)
40+
You can access to the methods and properties of the plugin by injection `inject(dialogInjectionKey)` (or `this.$dialog` in option api)
4141

4242
))) method-switch
4343

0 commit comments

Comments
 (0)