chore(组件): 组件尽量使用异步导入模式
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import htmlParser from '@/common/js/html-parser';
|
||||
import htmlParser from '@/common/js/html-parser.js';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -17,7 +17,7 @@ export default {
|
||||
onLoad() {
|
||||
this.getAgreement();
|
||||
},
|
||||
onShow() {},
|
||||
onShow() { },
|
||||
methods: {
|
||||
getAgreement() {
|
||||
this.$api.sendRequest({
|
||||
|
||||
Reference in New Issue
Block a user