Skip to content

Commit

Permalink
fix: fix Vue 3 + TS + Router template (#5798)
Browse files Browse the repository at this point in the history
Follow up of #5771

Fixes #5795
Fixes #5796
  • Loading branch information
sodatea committed Aug 18, 2020
1 parent 7458103 commit 135fdbf
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1,5 +1,6 @@
---
extend: '@vue/cli-service/generator/template/src/App.vue'
when: "rootOptions.plugins && !rootOptions.plugins['@vue/cli-plugin-router']"
replace:
- !!js/regexp /Welcome to Your Vue\.js App/g
- !!js/regexp /<script>[^]*?<\/script>/
Expand Down

0 comments on commit 135fdbf

Please sign in to comment.