@tongfun/tf-widget 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -97,7 +97,6 @@ export default {
97
97
  watch: {
98
98
  $route: {
99
99
  handler: function (newValue) {
100
- console.log(this.routeBase)
101
100
  if (newValue && newValue.matched[0]?.meta.base === this.routeBase) {
102
101
  const { meta, path, name, params, query } = newValue
103
102
  if (!path) return
@@ -49,14 +49,6 @@ export default {
49
49
  thirdCacheArr: []
50
50
  }
51
51
  },
52
- watch: {
53
- routeBase: {
54
- handler: function (newValue) {
55
- console.log(newValue)
56
- },
57
- immediate: true
58
- }
59
- },
60
52
  methods: {
61
53
  changeMenuState (state) {
62
54
  this.menuState = state
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tongfun/tf-widget",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "tf-widget",
5
5
  "main": "lib/tf-widget.umd.js",
6
6
  "private": false,