Skip to content

Commit b632a32

Browse files
HelloJiyahellobili
andauthored
docs(zh): the plugin-dev in zh has a regexp missing the end / (#6623)
Co-authored-by: 大宝 <[email protected]>
1 parent 3b92671 commit b632a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/dev-guide/plugin-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default {
152152
extend: '@vue/cli-service/generator/template/src/App.vue'
153153
replace:
154154
- !!js/regexp /Welcome to Your Vue\.js App/
155-
- !!js/regexp /<script>[^]*?<\/script>
155+
- !!js/regexp /<script>[^]*?<\/script>/
156156
---
157157
158158
<%# REPLACE %>

0 commit comments

Comments
 (0)