+
+
+
+
@@ -54,8 +57,15 @@ export default {
fade: true
}
})
+ const a = 'abc'
+ const b = 'abc'
+ console.log(a == b)
+ console.log(a === b)
},
methods: {
+ handleResize () {
+ this.BS.refresh()
+ },
handleScrollTo (y) {
this.BS.scrollTo(0, -y, this.time)
},