remove/comment useless code

This commit is contained in:
Simon Vieille 2020-04-09 14:22:10 +02:00
parent 8d2818150c
commit 29e0526844
Signed by: deblan
GPG Key ID: 03383D15A1D31745
2 changed files with 3 additions and 6 deletions

View File

@ -18,9 +18,9 @@
import Vue from 'vue'
import SideMenu from './SideMenu.vue'
Vue.prototype.t = t
Vue.prototype.OC = OC
Vue.prototype.OC = OCP
// Vue.prototype.t = t
// Vue.prototype.OC = OC
// Vue.prototype.OC = OCP
const View = Vue.extend(SideMenu)
const sideMenu = new View({})

View File

@ -37,9 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</template>
<script>
import axios from '@nextcloud/axios'
import { generateUrl } from '@nextcloud/router'
export default {
name: 'SideMenu',
data() {