Remove vue.js

pull/4/head
Noah 2017-11-19 20:20:46 -08:00
parent 3d4d69decc
commit 5b051391d6
2 changed files with 0 additions and 25 deletions

View File

@ -1,19 +0,0 @@
var app = new Vue({
el: "#settings-app",
data: {
currentTab: "site",
},
mounted: function() {
var self = this;
var m = window.location.hash.match(/^#(\w+?)$/)
if (m) {
self.currentTab = m[1];
}
},
methods: {
load: function() {
},
}
})

6
root/js/vue.min.js vendored

File diff suppressed because one or more lines are too long