Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -143,7 +143,7 @@ watch( | ... | @@ -143,7 +143,7 @@ watch( |
| 143 | Cookies.set($route.query.code, JSON.stringify({ [props.item.key]: currentValue })); | 143 | Cookies.set($route.query.code, JSON.stringify({ [props.item.key]: currentValue })); |
| 144 | } | 144 | } |
| 145 | } | 145 | } |
| 146 | - ); | 146 | +); |
| 147 | </script> | 147 | </script> |
| 148 | 148 | ||
| 149 | <style lang="less" scoped> | 149 | <style lang="less" scoped> | ... | ... |
-
Please register or login to post a comment