🎨
This commit is contained in:
parent
345143b0c1
commit
6f92d601ec
2 changed files with 12 additions and 1 deletions
|
|
@ -41,6 +41,12 @@ import FolderChooser from './views/components/drive-folder-chooser.vue';
|
|||
*/
|
||||
init((launch) => {
|
||||
Vue.mixin({
|
||||
data() {
|
||||
return {
|
||||
isMobile: true
|
||||
};
|
||||
},
|
||||
|
||||
methods: {
|
||||
$post(opts) {
|
||||
const o = opts || {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue