This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangtao
/
restructure
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更改组件导入路径
pull/1/head
余菲
2 years ago
parent
73f49847bf
commit
59cdbef5f2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/system/user/components/UserModal.vue
+ 1
- 1
src/views/system/user/components/UserModal.vue
View File
@@ -7,7 +7,7 @@
</template>
<script>
import Modal from '@/components/Modal/index.vue'
import Modal from '@/components/
Card
Modal/index.vue'
import { defineComponent, computed } from 'vue'
export default {
name: 'UserModal',
Write
Preview
Loading…
Cancel
Save