uni-oaview 1.0.0 → 1.0.1

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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uni-oaview",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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