touchui-create
Advanced tools
Comparing version 0.1.16 to 0.1.17
@@ -13,3 +13,4 @@ export default { | ||
paths: [], | ||
barHeight: ui.STATUS_BAR_HEIGHT | ||
barHeight: ui.STATUS_BAR_HEIGHT, | ||
showSlideMenu:false | ||
} | ||
@@ -108,2 +109,5 @@ }, | ||
methods: { | ||
handleNavIconTap () { | ||
this.showSlideMenu = !this.showSlideMenu | ||
}, | ||
// 初始化底部标签栏 | ||
@@ -110,0 +114,0 @@ initTab () { |
{ | ||
"name": "touchui-create", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "touchui-create", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
552392
3846