Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2020-02-19 23:35:19 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-02-20 10:21:45 +0300
commit70e77ed35ddf3c03044a13af6846fd4fc7ddb28e (patch)
tree8006b5159393070f849ae4a44d86d6cd030bf911 /src/main.js
parent63e53e696ec0dd9e76b4d6b659d4203d0ada7c3c (diff)
refactoring maintenance
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.js b/src/main.js
index 9c780398..1fbe1855 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,5 +1,3 @@
-import '@babel/polyfill'
-
import Vue from 'vue'
import App from './App'
import router from './router'