Skip to content

Commit 1f8f8ae

Browse files
fix: 🐛 移除文件移动时volar变更文件路径错误导致.vue文件中多出的无用路径字符串
1 parent 303b87b commit 1f8f8ae

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

src/uni_modules/wot-design-uni/components/wd-collapse/wd-collapse.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,3 @@ defineExpose<CollapseExpose>({
152152
<style lang="scss" scoped>
153153
@import './index.scss';
154154
</style>
155-
./type

src/uni_modules/wot-design-uni/components/wd-form/wd-form.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,3 @@ defineExpose<FormExpose>({ validate, reset })
176176
<style lang="scss" scoped>
177177
@import './index.scss';
178178
</style>
179-
./type

src/uni_modules/wot-design-uni/components/wd-sidebar/wd-sidebar.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ function setChange(value: number | string, label: string) {
3939
<style lang="scss" scoped>
4040
@import './index.scss';
4141
</style>
42-
./type

src/uni_modules/wot-design-uni/components/wd-skeleton/wd-skeleton.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,3 @@ watch(
112112
<style lang="scss" scoped>
113113
@import './index.scss';
114114
</style>
115-
./type./type

src/uni_modules/wot-design-uni/components/wd-steps/wd-steps.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ linkChildren({ props })
3535
<style lang="scss" scoped>
3636
@import './index.scss';
3737
</style>
38-
./type

src/uni_modules/wot-design-uni/components/wd-table-col/wd-table-col.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,3 @@ function handleRowClick(index: number) {
162162
<style lang="scss" scoped>
163163
@import './index.scss';
164164
</style>
165-
./type

src/uni_modules/wot-design-uni/components/wd-tabs/wd-tabs.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,4 +430,3 @@ defineExpose({
430430
<style lang="scss" scoped>
431431
@import './index.scss';
432432
</style>
433-
./type

0 commit comments

Comments
 (0)