修改相關

This commit is contained in:
2018-10-28 20:53:08 +08:00
parent 2c37287d94
commit d16a2fabcf
7 changed files with 391 additions and 398 deletions

View File

@@ -87,11 +87,21 @@
</div>
</template>
<script>
import { common } from "../assets/static/common";
export default {
data() {
return {
menus: window.config.menus
};
},
mounted: function() {
common.init();
common.initListeners();
common.initHeader();
common.initForms();
common.initMobileMenu();
common.adjustElementsForScreen();
}
};
</script>