Update dependencies
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
if(!String.prototype.startsWith) {
|
||||
String.prototype.startsWith = function(searchString, position) {
|
||||
position = position || 0;
|
||||
return this.indexOf(searchString, position) === position;
|
||||
};
|
||||
}
|
||||
// import "babel-polyfill";
|
||||
|
||||
// if(!String.prototype.startsWith) {
|
||||
// String.prototype.startsWith = function(searchString, position) {
|
||||
// position = position || 0;
|
||||
// return this.indexOf(searchString, position) === position;
|
||||
// };
|
||||
// }
|
||||
|
||||
import Vue from 'vue';
|
||||
import Upload from './Upload.vue';
|
||||
|
||||
Reference in New Issue
Block a user