Skip to content

Commit

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

Fixes vuejs#5795
Fixes vuejs#5796
  • Loading branch information
sodatea committed Aug 17, 2020
1 parent 7458103 commit fc834b3
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 fc834b3

Please sign in to comment.