Skip to content

Commit cda19dc

Browse files
authored
refactor(mobile): refactor mobile components (#2548)
* feat: init mobile project * feat: init mobile project * feat: 批量删除修改移动端组件 * feat: 批量删除修改移动端组件 * feat: 批量修改移动端组件引入方式 * feat: 批量删除修改移动端组件 * feat: 适配移动端tabs组件 * feat: 批量删除修改移动端组件 * feat: 批量删除修改移动端组件 * feat: 批量删除修改移动端组件 * fix: 修复vue-common启动报错问题 * fix: 批量修复项目启动报错 * fix: 批量修复项目启动报错 * fix: 批量修复项目启动报错 * fix: 批量修复项目启动报错 * fix: 批量修复项目启动报错 * fix: 修复排查的问题
1 parent 00ca146 commit cda19dc

File tree

869 files changed

+52458
-547
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

869 files changed

+52458
-547
lines changed

examples/sites/demos/mobile/app/actionsheet/clickfn.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</template>
1818

1919
<script lang="jsx">
20-
import { TinyActionSheet, TinyButton } from '@opentiny/vue'
20+
import { TinyActionSheet, TinyButton } from '@opentiny/vue-mobile'
2121
2222
export default {
2323
components: {

examples/sites/demos/mobile/app/actionsheet/ellipsis.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</template>
1818

1919
<script lang="jsx">
20-
import { TinyActionSheet, TinyButton } from '@opentiny/vue'
20+
import { TinyActionSheet, TinyButton } from '@opentiny/vue-mobile'
2121
2222
export default {
2323
components: {

examples/sites/demos/mobile/app/actionsheet/slot-action.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</template>
1818

1919
<script lang="jsx">
20-
import { TinyActionSheet, TinyButton } from '@opentiny/vue'
20+
import { TinyActionSheet, TinyButton } from '@opentiny/vue-mobile'
2121
2222
export default {
2323
components: {

examples/sites/demos/mobile/app/actionsheet/slot-item.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</template>
2323

2424
<script lang="jsx">
25-
import { TinyActionSheet, TinyButton } from '@opentiny/vue'
25+
import { TinyActionSheet, TinyButton } from '@opentiny/vue-mobile'
2626
2727
export default {
2828
components: {

examples/sites/demos/mobile/app/alert/basic-usage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</template>
1111

1212
<script>
13-
import { TinyAlert } from '@opentiny/vue'
13+
import { TinyAlert } from '@opentiny/vue-mobile'
1414
1515
export default {
1616
components: {

examples/sites/demos/mobile/app/alert/center.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</template>
44

55
<script>
6-
import { TinyAlert } from '@opentiny/vue'
6+
import { TinyAlert } from '@opentiny/vue-mobile'
77
88
export default {
99
components: {

examples/sites/demos/mobile/app/alert/custom-close.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</template>
2020

2121
<script>
22-
import { TinyAlert, TinySwitch, TinyToast } from '@opentiny/vue'
22+
import { TinyAlert, TinySwitch, TinyToast } from '@opentiny/vue-mobile'
2323
2424
export default {
2525
components: {

examples/sites/demos/mobile/app/alert/icon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</template>
66

77
<script>
8-
import { TinyAlert } from '@opentiny/vue'
8+
import { TinyAlert } from '@opentiny/vue-mobile'
99
import { iconCustom } from '@opentiny/vue-icon'
1010
1111
export default {

examples/sites/demos/mobile/app/alert/size.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</template>
77

88
<script>
9-
import { TinyAlert } from '@opentiny/vue'
9+
import { TinyAlert } from '@opentiny/vue-mobile'
1010
1111
export default {
1212
components: {

examples/sites/demos/mobile/app/alert/slot-default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</template>
99

1010
<script>
11-
import { TinyAlert } from '@opentiny/vue'
11+
import { TinyAlert } from '@opentiny/vue-mobile'
1212
1313
export default {
1414
components: {

0 commit comments

Comments
 (0)