Browse Source
Merge pull request #740 from colinin/fixed-vue-file-empty
fixed vue empty file error
pull/741/head
yx lin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with
60 additions and
0 deletions
-
apps/vue/src/views/openiddict/components/Properties/PropertyModal.vue
-
apps/vue/src/views/openiddict/components/Properties/Proterties.vue
-
apps/vue/src/views/openiddict/scopes/components/ScopeModal.vue
-
apps/vue/src/views/openiddict/scopes/components/ScopeTable.vue
-
apps/vue/src/views/sys/chat/components/ChatFriend.vue
-
apps/vue/src/views/sys/chat/components/ChatGroup.vue
|
|
|
@ -0,0 +1,10 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script lang="ts" setup> |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="less" scoped> |
|
|
|
</style> |
|
|
|
@ -0,0 +1,10 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script lang="ts" setup> |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="less" scoped> |
|
|
|
</style> |
|
|
|
@ -0,0 +1,10 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script lang="ts" setup> |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="less" scoped> |
|
|
|
</style> |
|
|
|
@ -0,0 +1,10 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script lang="ts" setup> |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="less" scoped> |
|
|
|
</style> |
|
|
|
@ -0,0 +1,10 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script lang="ts" setup> |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="less" scoped> |
|
|
|
</style> |
|
|
|
@ -0,0 +1,10 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script lang="ts" setup> |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="less" scoped> |
|
|
|
</style> |