askbot-dragon 1.3.61 → 1.3.62

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.3.61",
3
+ "version": "1.3.62",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -197,6 +197,7 @@ export default {
197
197
  this.$refs.previewPdf.fileType = type
198
198
  this.$refs.previewPdf.tagIds = item.tagIds
199
199
  if(item.tagIds) {
200
+ this.$refs.previewPdf.loading = false
200
201
  return
201
202
  }
202
203
  this.$nextTick(() =>{