Remove vue.js
This commit is contained in:
parent
3d4d69decc
commit
5b051391d6
|
@ -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
6
root/js/vue.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user