APNG support
This commit is contained in:
parent
5e7a4e4752
commit
ead5a6a258
7 changed files with 22 additions and 8 deletions
|
|
@ -97,7 +97,9 @@ export default Vue.extend({
|
|||
const image = [
|
||||
'image/jpeg',
|
||||
'image/png',
|
||||
'image/gif'
|
||||
'image/gif',
|
||||
'image/apng',
|
||||
'image/vnd.mozilla.apng',
|
||||
];
|
||||
|
||||
this.$root.api('users/notes', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue