| 123456789101112131415161718192021222324252627282930313233343536 |
- <template>
- <view class="box">
- </view>
- </template>
- <script>
- export default {
- name: 'en-blank',
- props: {
- },
- data() {
- return {
- }
- },
- components: {
- },
- mounted() {
- },
- watch: {
- },
- methods: {
- }
- }
- </script>
- <style lang="scss" scoped>
- </style>
|