Skip to content

Commit

Permalink
refactor: remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
whatsaaaa committed Apr 8, 2021
1 parent 5e497fc commit 8664674
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugin-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ async function getName() {

function createPluginProject(options) {
const vars = {
npmName: options.npmName,
vueRouter: options.useRouter === "yes",
vuex: options.useVuex === "yes"
npmName: options.npmName
};

const files = {
Expand Down

0 comments on commit 8664674

Please sign in to comment.