V 1.1 Beta

This commit is contained in:
MakingCG
2020-03-11 10:36:10 +01:00
parent 3285a7e1c2
commit 2deca027cd
33 changed files with 837 additions and 1148 deletions
+1 -12
View File
@@ -1,6 +1,6 @@
<template>
<div id="app">
<VueFileManager :config="config" style="height: 100%; width: 100%"/>
<VueFileManager style="height: 100%; width: 100%"/>
</div>
</template>
@@ -12,21 +12,10 @@
components: {
VueFileManager
},
data() {
return {
config: {
//api: 'https://vuefilemanager.hi5ve.digital/api'
api: 'http://localhost:8000/api'
//api: 'http://172.20.10.5:8000/api'
//api: 'http://192.168.1.131:8000/api'
}
}
}
}
</script>
<style lang="scss">
@import "@assets/app.scss";
#app {
height: 100%;