fower icon indicating copy to clipboard operation
fower copied to clipboard

uniapp 打包app时会出现错误

Open nyrf opened this issue 4 years ago • 0 comments

h5和小程序没问题

index.vue里只有一行代码

<template>
  <view class="p-20 shadow bgRed">app demo</view>
</template>
23:35:05.886 [Vue warn]: Error in directive css bind hook: "TypeError: Cannot convert undefined or null to object"
23:35:05.927 (found at pages/index/index.vue:1)
23:35:05.948 TypeError: Cannot convert undefined or null to object```

nyrf avatar Mar 13 '22 15:03 nyrf