mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-08 01:58:52 +08:00
fix: 🐛 移除文件移动时volar变更文件路径错误导致.vue文件中多出的无用路径字符串
This commit is contained in:
parent
303b87b0a3
commit
1f8f8ae2bf
@ -152,4 +152,3 @@ defineExpose<CollapseExpose>({
|
||||
<style lang="scss" scoped>
|
||||
@import './index.scss';
|
||||
</style>
|
||||
./type
|
||||
|
||||
@ -176,4 +176,3 @@ defineExpose<FormExpose>({ validate, reset })
|
||||
<style lang="scss" scoped>
|
||||
@import './index.scss';
|
||||
</style>
|
||||
./type
|
||||
|
||||
@ -39,4 +39,3 @@ function setChange(value: number | string, label: string) {
|
||||
<style lang="scss" scoped>
|
||||
@import './index.scss';
|
||||
</style>
|
||||
./type
|
||||
|
||||
@ -112,4 +112,3 @@ watch(
|
||||
<style lang="scss" scoped>
|
||||
@import './index.scss';
|
||||
</style>
|
||||
./type./type
|
||||
|
||||
@ -35,4 +35,3 @@ linkChildren({ props })
|
||||
<style lang="scss" scoped>
|
||||
@import './index.scss';
|
||||
</style>
|
||||
./type
|
||||
|
||||
@ -162,4 +162,3 @@ function handleRowClick(index: number) {
|
||||
<style lang="scss" scoped>
|
||||
@import './index.scss';
|
||||
</style>
|
||||
./type
|
||||
|
||||
@ -430,4 +430,3 @@ defineExpose({
|
||||
<style lang="scss" scoped>
|
||||
@import './index.scss';
|
||||
</style>
|
||||
./type
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user