uni-oaview 1.0.0 → 1.0.2

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.
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <div>hello world</div>
3
+ </template>
4
+
5
+ <script lang="ts" setup>
6
+ console.log('hello world');
7
+ </script>
8
+ <style scoped lang="scss"></style>
@@ -5,7 +5,7 @@
5
5
  </view>
6
6
  </template>
7
7
  <script lang="ts" setup>
8
- import Logs from '../logs/index.vue';
8
+ import Logs from '../oa-vconsole/oa-vconsole.vue';
9
9
  let isLock = false;
10
10
  setTimeout(function () {
11
11
  isLock = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uni-oaview",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "uniapp小程序组件库",
5
5
  "main": "dist/index.umd.js",
6
6
  "typings": "dist/index.d.ts",
File without changes
File without changes
File without changes
File without changes
File without changes