chore(组件): privacyPopup 组件全部使用注册机制
This commit is contained in:
@@ -149,22 +149,12 @@
|
||||
|
||||
<script>
|
||||
|
||||
// #ifdef MP-WEIXIN
|
||||
import privacyPopup from '@/components/wx-privacy-popup/privacy-popup.vue';
|
||||
// #endif
|
||||
|
||||
import diyJs from '@/common/js/diy.js';
|
||||
|
||||
import scroll from '@/common/js/scroll-view.js';
|
||||
|
||||
import indexJs from './public/js/index.js';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
// #ifdef MP-WEIXIN
|
||||
privacyPopup
|
||||
// #endif
|
||||
},
|
||||
mixins: [diyJs, scroll, indexJs]
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user