Skip to content

Commit e72b8dc

Browse files
committed
upgrade
1 parent 86477dd commit e72b8dc

File tree

115 files changed

+6370
-3282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+6370
-3282
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Vue - based REST-ful CRUD application
23

34
> CRUD application written using Vue2, Vuex and Vuetify. The app uses REST API and JWT Tokens.

build/logo.png

-6.69 KB
Binary file not shown.

build/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exports.createNotifierCallback = () => {
9595
title: packageConfig.name,
9696
message: severity + ': ' + error.name,
9797
subtitle: filename || '',
98-
icon: path.join(__dirname, 'logo.png')
98+
icon: path.join(__dirname, 'vue-crud-sm.png')
9999
})
100100
}
101101
}

build/vue-crud-sm.png

7.18 KB
Loading

src/assets/images/logo.png

-15.8 KB
Binary file not shown.

src/assets/images/vue-crud-lg.png

15.3 KB
Loading

src/assets/images/vue-crud-md.png

10.8 KB
Loading

src/assets/images/vue-crud-sm.png

7.18 KB
Loading

src/components/Crud.vue

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)