@netang/quasar 0.1.53 → 0.1.54

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.
@@ -10,6 +10,7 @@
10
10
  <!-- 头部 -->
11
11
  <n-toolbar
12
12
  :dense="dense"
13
+ :show="showToolbar"
13
14
  header
14
15
  >
15
16
  <!-- 插槽 -->
@@ -290,6 +291,8 @@ export default {
290
291
  hideRightDrawer: Boolean,
291
292
  // 右边侧滑菜单声明属性
292
293
  rightDrawerProps: Object,
294
+ // 是否强制显示工具栏
295
+ showToolbar: Boolean,
293
296
  },
294
297
 
295
298
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.1.53",
3
+ "version": "0.1.54",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"