first commit
This commit is contained in:
12
uni_modules/tdesign-uniapp/components/mixins/skyline.js
Normal file
12
uni_modules/tdesign-uniapp/components/mixins/skyline.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { getCurrentPage } from '../common/utils.js';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
skylineRender: false,
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.skylineRender = getCurrentPage().renderer === 'skyline';
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user