tiny-vue/examples/sites/demos/mobile/config.js

5 lines
60 B
JavaScript

export default {
isMobile: true,
initApp: (app) => {}
}