Skip to content

Commit 2c51c5c

Browse files
committed
clear debug code and 2.1.5
1 parent 0735035 commit 2c51c5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-facing-decorator",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Vue typescript class and decorator based component.",
55
"main": "dist/index.js",
66
"keywords": [

src/option/ref.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export function build(cons: Cons, optionBuilder: OptionBuilder) {
1919

2020
Object.defineProperty(this,name,{
2121
get(this:any){
22-
console.log('vvv',name)
2322
return this.$refs[name]
2423
}
2524
})

0 commit comments

Comments
 (0)