| 12345678910111213141516171819 |
- <script lang="ts">
- import Vue from "vue";
- export default Vue.extend({
- mpType: "app",
- // onLaunch() {},
- // onShow() {
- // console.log("App Show");
- // },
- // onHide() {
- // console.log("App Hide");
- // },
- });
- </script>
- <style lang="scss">
- /*每个页面公共css */
- @import "./styles/index.scss";
- </style>
|