Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit937fc24

Browse files
committed
chore: clean-up
1 parent97a2455 commit937fc24

File tree

5 files changed

+1
-62
lines changed

5 files changed

+1
-62
lines changed

‎src/components/navbar/CNavbarBrand.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const CNavbarBrand = defineComponent({
2424
setup(props,{ slots}){
2525
return()=>
2626
h(
27-
// TODO: check this line
2827
props.component ?props.component :props.href ?'a' :'span',
2928
{
3029
class:'header-brand',

‎src/components/props.ts‎

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
constAny:Object={
2-
validator:function(value:any){
3-
value
4-
returntrue
5-
},
6-
}
7-
constValue:Object={
8-
validator:function(value:any){
9-
if(typeofvalue==='string'||typeofvalue==='object'||typeofvalue==='number'){
10-
returntrue
11-
}else{
12-
returnfalse
13-
}
14-
},
15-
}
161
constShape={
172
type:String,
183
validator:(value:string):boolean=>{
@@ -83,4 +68,4 @@ const Breakpoint = {
8368
},
8469
}
8570

86-
export{Any,Value,Shape,Align,Color,TextColor,Breakpoint}
71+
export{Align,Breakpoint,Color,Shape,TextColor}

‎src/exportCoreUI.ts‎

Lines changed: 0 additions & 17 deletions
This file was deleted.

‎src/utils/config/index.ts‎

Lines changed: 0 additions & 11 deletions
This file was deleted.

‎src/utils/plugins/index.ts‎

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp