零售收银终端CheckoutPad_ox_as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
赵明涛 fbd43a1dc0 1.1.8-add stadium_id in sku search 6 months ago
..
.hbuilderx v1.1.3 after test 9 months ago
src 1.1.8-add stadium_id in sku search 6 months ago
.gitignore add login style 12 months ago
index.html add login style 12 months ago
package.json vue3 add mitt to fix keyboard listener 11 months ago
readme.md before test 11 months ago
shims-uni.d.ts add login style 12 months ago
vite.config.js add login style 12 months ago
yarn.lock vue3 add mitt to fix keyboard listener 11 months ago

readme.md

项目说明

nvue页面注意事项

  1. Android 端在一个页面内使用大量圆角边框会造成性能问题,尤其是多个角的样式还不一样的话更耗费性能。应避免这类使用。
  2. nvue 页面的布局排列方向默认为竖排(column)
  3. nvue 页面只能使用flex布局
  4. nvue 页面控制显隐只可以使用v-if不可以使用v-show
  5. 在 App.vue 中定义的全局 js 变量不会在 nvue 页面生效。globalData和vuex是生效的。
  6. 不能在 style 中引入字体文件
  7. 不支持在 nvue 页面使用 typescript/ts。

vue注意事项

  1. vue版本3.2, 不支持defineModel 参考: https://uniapp.dcloud.net.cn/tutorial/page.html#nvue-%E5%BC%80%E5%8F%91%E4%B8%8E-vue-%E5%BC%80%E5%8F%91%E7%9A%84%E5%B8%B8%E8%A7%81%E5%8C%BA%E5%88%AB