diff --git a/github-file-explorer/.babelrc b/github-file-explorer/.babelrc new file mode 100644 index 0000000..6311841 --- /dev/null +++ b/github-file-explorer/.babelrc @@ -0,0 +1,7 @@ +{ + "presets": [ + ["latest", { + "es2015": { "modules": false } + }] + ] +} diff --git a/github-file-explorer/index.html b/github-file-explorer/index.html index 94dc854..7201c3a 100644 --- a/github-file-explorer/index.html +++ b/github-file-explorer/index.html @@ -3,7 +3,7 @@ - Vue Demo GitHub-File-Explorer + Vue2.x Demo GitHub-File-Explorer @@ -13,7 +13,7 @@ - +
diff --git a/github-file-explorer/src/App.vue b/github-file-explorer/src/App.vue index b7bc603..34c5319 100644 --- a/github-file-explorer/src/App.vue +++ b/github-file-explorer/src/App.vue @@ -10,6 +10,6 @@ diff --git a/github-file-explorer/src/components/FileExplorer.vue b/github-file-explorer/src/components/FileExplorer.vue index 1641d5d..eb82edc 100644 --- a/github-file-explorer/src/components/FileExplorer.vue +++ b/github-file-explorer/src/components/FileExplorer.vue @@ -1,7 +1,7 @@