Files
template-MP/App.vue
2025-09-23 12:37:15 +08:00

17 lines
422 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script>
export default {
onLaunch: function () {},
onShow: function () {},
onHide: function () {},
methods: {
// 全局方法
},
}
</script>
<style lang="scss">
@import '@/common/styles/common.css';
@import '@/common/styles/normal.scss';
/* 注意要写在第一行注意不能引入至uni.scss同时给style标签加入lang="scss"属性 */
@import '@/uview-plus/index.scss';
</style>